Loading Tool

Explorer IconExplorer

Memory Pool

75,257 transactions
27.09 vMB
0.06113659 BTC
Random Selection Loading Transactions
Max Size: 166.26/200 MB

Candidate Block

Mining Attempt 5fe44e29d6b445a41ee8cc09fc06bba9805ade3d5d78dfcbdb7285ca331003a9
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 883bc5f92d4ceee03c79d029f4a664ee8132848163e0af64f626e7b36ec40fc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.00364222 BTC
Feerates: 30.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (479,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,142 436,142 0000000000000000031d9989dfd7a07cf4b6c984dcd3784e8f06ccda5daec452 2,125 1.00/1.00 vMB 55
436,141 436,141 0000000000000000043d2cd4dc223fbd2817c615544a696de5cb6955edaae3a3 2,260 1.00/1.00 vMB 66
436,140 436,140 000000000000000001df4b22346802e50ca7914e3fbc73e9eb31e7588ae96c39 3,202 1.00/1.00 vMB 74
436,139 436,139 00000000000000000130b530e3994cdda796ba142d42b30f3e8f08d931aaf97c 2,403 1.00/1.00 vMB 75
436,138 436,138 000000000000000001d949b5cf05fb9daa342c6253dca86c0507f242ed8c7f50 1,873 1.00/1.00 vMB 104
436,137 436,137 000000000000000000f70483c4955d8d49725733ca8263a1839869384b673ad3 1,461 1.00/1.00 vMB 100
436,136 436,136 0000000000000000015158ff293c006fe11ffb7150e05e18156eb165a9defbe2 2,308 1.00/1.00 vMB 72
436,135 436,135 000000000000000002258e266d36b7a51979a894b7e99caab9a106f07c393d2c 2,641 1.00/1.00 vMB 116
436,134 436,134 000000000000000002d9f5cad8767743cf3d4ecd0aa2f3e5889b7c06e3393451 2,411 1.00/1.00 vMB 80
436,133 436,133 000000000000000003105636292cdbed2192f7f25217fd4efdf1369690163434 1,398 0.75/1.00 vMB 156
436,132 436,132 0000000000000000016ec3007b561573f2414d45b62d2d102b2ce73b13f63361 1,807 1.00/1.00 vMB 54
436,131 436,131 0000000000000000024585494f9b4e3d817edd62c06b64d2bf9bd7ec7254afb7 2,017 1.00/1.00 vMB 51
436,130 436,130 000000000000000002ce99bfb6cb05d21b506ef2b6e635a3ae0f3a45cd171e04 2,296 1.00/1.00 vMB 98
436,129 436,129 00000000000000000085b58af209eb755923f3babc3f5c600115d9a28e8f7ed9 2,249 1.00/1.00 vMB 44
436,128 436,128 000000000000000003fb6495e2cc31bce3c952e11c957e28fa25e4bd5eeedcea 2,450 1.00/1.00 vMB 77
436,127 436,127 000000000000000000ed92e7d22cb444e590caca701adc7cd9c3c55e17fe9254 2,440 1.00/1.00 vMB 100
436,126 436,126 0000000000000000036f9fa0e8d6de9d089c879b152285bdb4200266779b9265 1,759 1.00/1.00 vMB 31
436,125 436,125 0000000000000000027b403cac1cff97ed0c3524bfdd6b23b6923fe9bc2ec644 2,470 1.00/1.00 vMB 93
436,124 436,124 000000000000000000637280dfe4203da010a47557e6477b4d1c84d81c9df128 2,025 1.00/1.00 vMB 73
436,123 436,123 000000000000000000421c87c1465763f14133efdd06642e63a613fa3dda732e 1,955 1.00/1.00 vMB 43
436,122 436,122 0000000000000000017cdd12f5260479d762572aae29a88c80436f7dc7643391 2,144 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.