Loading Tool

Explorer IconExplorer

Memory Pool

73,616 transactions
28.52 vMB
0.07121423 BTC
Random Selection Loading Transactions
Max Size: 168.53/200 MB

Candidate Block

Mining Attempt f0743be20abb50c02324ebfc3677db438aea5262fdb930fbab99352000df5d13
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 0aca01a20f3b4be44e4833f8b15778ad715c4535319b4175b0f515cd6dcbfbe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01393023 BTC
Feerates: 100.36 > 1.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (313,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,290 601,290 0000000000000000000866fab24e071c1969d0605fbc2dd7d8965a00bd7ce0c5 3,202 1.00/1.00 vMB 46
601,289 601,289 000000000000000000070651652582e60a4dd9a19d77614d3f0c89fef72123eb 2,670 1.00/1.00 vMB 54
601,288 601,288 000000000000000000087076ec9e6c36f3accb5e96ac96c6dd03675136dd15fd 1,513 1.00/1.00 vMB 14
601,287 601,287 0000000000000000001251a3cd4dfc7c4d4b49a2bb89311d45e57e3623a17355 737 1.00/1.00 vMB 1
601,286 601,286 000000000000000000022d62f068d9d0b1438aad20dfa453c58a14b1bea42368 1,670 1.00/1.00 vMB 2
601,285 601,285 0000000000000000000823a28cb8e0c7514fab146174e58de1f191fec9f28224 2,159 1.00/1.00 vMB 13
601,284 601,284 0000000000000000000ecfad3a3e3fcce31d254880477f9ab4c15336f6744c9e 1,751 1.00/1.00 vMB 22
601,283 601,283 000000000000000000099f521d5e9f7859020b574b735ab3c0bb6d0b3cd7dea1 2,105 1.00/1.00 vMB 23
601,282 601,282 000000000000000000102870e2ff0461acfec7eacb79640c96cc2164b278aa5a 1,360 1.00/1.00 vMB 11
601,281 601,281 0000000000000000000a1222a0912e82f8173fa6792290033cd1b82e6eda0656 2,136 1.00/1.00 vMB 16
601,280 601,280 0000000000000000000a44928e567b80e90a5375ca574de63b0d0d83cb0f1a00 2,826 1.00/1.00 vMB 27
601,279 601,279 0000000000000000001104f12554bd1e3fc1a901c2164fb5e9965dc11c58d73f 2,827 1.00/1.00 vMB 46
601,278 601,278 000000000000000000133a3de37ea6d7bfdfb120df382ea2afc6c06497b3bc06 2,158 1.00/1.00 vMB 16
601,277 601,277 000000000000000000041c03ba71e2dfb664a98693ff2e9a63a1432a56c079fb 2,484 1.00/1.00 vMB 18
601,276 601,276 000000000000000000080cb8386db1146ae16cdd866af6884897bd8cb5c0c00c 3,092 1.00/1.00 vMB 49
601,275 601,275 0000000000000000001318b728ca3b803e84f21ba095671cb39e35f8c61aedcf 2,305 1.00/1.00 vMB 28
601,274 601,274 0000000000000000000ea0bba0e0b5af5e91768b5638133aede32aba425f5d9c 2,900 1.00/1.00 vMB 53
601,273 601,273 000000000000000000118eba86f17b1b8abde4c7de741802de1bf462094034da 2,845 1.00/1.00 vMB 25
601,272 601,272 00000000000000000009c688940156b3521d193479032267943314a6f696c04c 2,920 1.00/1.00 vMB 32
601,271 601,271 00000000000000000007727f50027c70adaf62e0a4d419fefe52b760ad77d898 3,049 1.00/1.00 vMB 43
601,270 601,270 000000000000000000011c567407e57acb060c41f69aafa39f977512ea9f2a60 2,663 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.34 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.