Loading Tool

Explorer IconExplorer

Memory Pool

77,181 transactions
28.75 vMB
0.07496884 BTC
Random Selection Loading Transactions
Max Size: 174.08/200 MB

Candidate Block

Mining Attempt 8fcc0d213f219366ce165806d59e0f5c4b2b9ff9945b7d3e45bbf94e9dd59dfd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 907c2cb3d33e91d4a656cd623c0d1ef2032d80e57118a70d635f698ac9883375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01516954 BTC
Feerates: 71.79 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (154,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,141 761,141 00000000000000000002b4bb84eff7244214966ad335126b4dda14f7955094fa 2,211 1.00/1.00 vMB 12
761,140 761,140 000000000000000000043e510d166031a7fd0d9820daeea77c24344e921aab07 1,178 0.49/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.