Loading Tool

Explorer IconExplorer

Memory Pool

28,015 transactions
7.88 vMB
0.06119682 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.33/200 MB

Candidate Block

Mining Attempt 78c43cd00532fd63783a08c314a285750c0934a3d5f617a3733495473103e7a7
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root e750d84b0b8cb7b37bfa0275ae42722d77a04ce871a7aebca94289394584b589
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,175
Size: 1.00 vMB
Total Fees: 0.02382523 BTC
Median Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (724,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,587 188,587 000000000000032eb41d11c3d216a36b667872a7e731a6ed9a7331c2a7868391 121 0.05 vMB 61
188,586 188,586 00000000000006b4e9c6cc66b9584480fd01e307e05fb2fe96f3b5cf5549fe7e 381 0.20 vMB 109
188,585 188,585 00000000000001795292b220c4342615ff2fd0873c32c735d636f96d62d1b62d 135 0.05 vMB 103
188,584 188,584 000000000000079c36784d6fb21247ea973337d973a8c42e1845e25969fa31b1 7 0.00 vMB 0
188,583 188,583 000000000000073c47a2200c60517ad21d68af5f2c00ba08a54f37378bcf0d70 952 0.43 vMB 67
188,582 188,582 000000000000011eb649ee7c1d36d6960ab4bef6ebb26fe63b046a289f243aeb 576 0.25 vMB 151
188,581 188,581 0000000000000178074447233f23ef2be88a596e79df4b9a1dff3a76fd377d48 9 0.00 vMB 70
188,580 188,580 00000000000006c39aab7c2aa2b909b961b04b96fe3b41123c5fdb17812b4c91 141 0.05 vMB 133
188,579 188,579 00000000000004e4759ccbb36649ae7ca038f275743aa4430431c5a06c229baf 238 0.10 vMB 129
188,578 188,578 00000000000008540dfdfc20330ef6fae13e6a92ed1d6d436a1f6ec57422cfa9 123 0.05 vMB 102
188,577 188,577 00000000000001a219ab89671e5ab3f9c8216dfb588f684dbd041ac26ab5cef3 81 0.03 vMB 88
188,576 188,576 00000000000003311805da245fab0a88f50504e3207a3b7c0ecc2285955d2fea 159 0.08 vMB 235
188,575 188,575 0000000000000039d48b3c2e97589e692926f1d4613854c150813eb19a905282 251 0.11 vMB 156
188,574 188,574 00000000000003c9edc5edcc741ff14c2cb6a0561f0f36c5fcdfe1dbf328591a 32 0.01 vMB 0
188,573 188,573 00000000000001dec1fac5931348c2335b26022ef5f3d6c4520f09faf9902e95 32 0.01 vMB 0
188,572 188,572 00000000000000233cbb7fd941668fb005e8f75729f0d63c4989f8a2cc2868bd 254 0.10 vMB 126
188,571 188,571 00000000000003223d00997b8c46fe2b35711fcc701e8f6596a4c261fcd7ec21 31 0.02 vMB 81
188,570 188,570 00000000000000a8b16a6d33618526f3da765e8c512605061da306b3a820da98 15 0.00 vMB 49
188,569 188,569 0000000000000074758987e49a32270c7b25bd2d8f3095ead79a64a37cf40cd6 139 0.06 vMB 111
188,568 188,568 00000000000003abbbe2910700f012ed6eb97f23232d57f2e04388e9bc809223 287 0.13 vMB 108
188,567 188,567 0000000000000411defb62e618091527524421bee913265ada8387e0c7392d71 159 0.07 vMB 103
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.37 GB
    • Received: 0.50 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.