Loading Tool

Explorer IconExplorer

Memory Pool

83,127 transactions
32.61 vMB
0.10034717 BTC
Random Selection Loading Transactions
Max Size: 195.58/200 MB

Candidate Block

Mining Attempt 96f97f81b8d703d29d3daa40db5b82372dd5f982327404c7f41073f1abee022f
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root e8bea8a01ab49299916a54c18a05791871efdc5373b7c07d73d3c6bccd85a0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,114
Size: 1.00 vMB
Total Fees: 0.02460981 BTC
Feerates: 265.25 > 2.47 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (154,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,139 761,139 000000000000000000042cca2cc4d0519440419f7452093f2b9c74acf2ca594a 184 0.09/1.00 vMB 10
761,138 761,138 00000000000000000004a96e11caf89d5bba60b6c8cf85a093e19b1b0e03d3ea 1,052 0.54/1.00 vMB 2
761,137 761,137 000000000000000000042f8749b1d192b6c1f223ce630a0cc34418f78ece74ec 3,059 1.00/1.00 vMB 14
761,136 761,136 0000000000000000000602e10d61eecb58b8232c03fd84cbca9bf649f0352ae6 2,613 1.00/1.00 vMB 18
761,135 761,135 000000000000000000035c7afd4bd3d359f306159c4dd641fd83a9f45d66127c 1,714 0.67/1.00 vMB 11
761,134 761,134 00000000000000000005c697b752fa51389838128ea15bed20c61c32bf7cbb1f 983 0.49/1.00 vMB 10
761,133 761,133 000000000000000000072fa1f219d4414fe797484b1fd6741e4b6a0382a2238e 431 0.26/1.00 vMB 8
761,132 761,132 00000000000000000001a670bb2de7c22ad0af2e2f1f027f95b25a8305eeef40 591 0.41/1.00 vMB 2
761,131 761,131 00000000000000000000f8feaa9abb2bfdbb342f812ff9864d6a3dd154296b50 2,210 1.00/1.00 vMB 10
761,130 761,130 00000000000000000006281c5735ab5d70aba3fb54fa1377bef94552862523de 1,068 1.00/1.00 vMB 16
761,129 761,129 0000000000000000000319a744302cf9236c9f20b97dceee1c07245e5a0152c8 1,677 1.00/1.00 vMB 20
761,128 761,128 00000000000000000005338dcf41d68b881106f318ac89112e357351c19b3593 2,648 0.96/1.00 vMB 11
761,127 761,127 00000000000000000003d212fb726c8efad9bf2a08b21f8e5ec9afa656561d72 962 0.42/1.00 vMB 11
761,126 761,126 00000000000000000005c80a43ba01a44ed60e1e595062a61c954a1cbdc9b751 1,970 0.75/1.00 vMB 9
761,125 761,125 00000000000000000002f2101a263f104d26cecd35177f4ec6e15a2da2e94a0a 2,440 1.00/1.00 vMB 8
761,124 761,124 00000000000000000005610ece8f41393a34ea14750ac2c0faeb65d3493200b6 2,570 1.00/1.00 vMB 22
761,123 761,123 000000000000000000046e08357489c8d1bc624c5f8a8617519e6d24cd5675ed 120 0.04/1.00 vMB 10
761,122 761,122 00000000000000000004edfc8c1eeeadbd4834b8d9a0aa5ed9902c2e9a0e4fba 1,384 0.54/1.00 vMB 9
761,121 761,121 00000000000000000002a9bd0afa9027c4886925ae393771ae0b95432d9f86a8 2,371 0.92/1.00 vMB 11
761,120 761,120 000000000000000000020db801a914455ee2d46eb263872b2c4e4aae86efd9c3 2,922 1.00/1.00 vMB 13
761,119 761,119 000000000000000000025d6f4037676bbcd2d868ab9ea35055725504ced00cee 2,237 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.