Loading Tool

Explorer IconExplorer

Memory Pool

21,657 transactions
12.21 vMB
0.08280397 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.19/200 MB

Candidate Block

Mining Attempt c92166cfc956102af5467aa2031624de3baa692063b04ca92b5e45f6c511d529
Version 20000000
Previous Block 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035
Merkle Root 9a4b8e4faad1460dbccb82d6c391c66a785e5969a5f4b0fa07f88f144f4ad74e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,928
Size: 0.997999 1.00 vMB
Total Fees: 0.05652900 BTC
Feerates: 239.15 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,787 (887,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,143 26,143 0000000077de823315ea12a7636c534c3a5bfce7866dd571c48288bdeadee37a 1 0.00/1.00 vMB 0
26,142 26,142 00000000fcd64052270434c7f367a14c626833e318c5592c1916cae65ab11640 1 0.00/1.00 vMB 0
26,141 26,141 000000000388e3cd4c7bde80b7e331c8a6ea9ce1f0192d2efe498e938343aae0 1 0.00/1.00 vMB 0
26,140 26,140 0000000014dd965f8295ca378738e8735296ce1b778caaa4b0247fc86256a5e7 1 0.00/1.00 vMB 0
26,139 26,139 00000000ac47299e238f5f4ba78d137576546b6d09c5186dfc473170b4bf32a8 1 0.00/1.00 vMB 0
26,138 26,138 000000005dbd8b461b9ab4a8b2c50719cf5dec2bcb66083f708851f5749b0c7c 1 0.00/1.00 vMB 0
26,137 26,137 0000000010455cad1485f3acb419271489b550a2c114966c7a1e61fdf862dd96 1 0.00/1.00 vMB 0
26,136 26,136 00000000364921684fe523cde4c651b23c03b612f7266bbca6e00017cb8443dd 1 0.00/1.00 vMB 0
26,135 26,135 000000003fbf83657c5ae1be6bb6cc329f61846ae318f04d7d53eb3b5b6a0ed8 1 0.00/1.00 vMB 0
26,134 26,134 0000000000e8ce315b3134555f832d33fdf027f47863de2284127ed9b4bc1639 1 0.00/1.00 vMB 0
26,133 26,133 0000000052760e1d3df338191300860a8bedc5b7832192e98b824b955fc5cb96 1 0.00/1.00 vMB 0
26,132 26,132 000000004eba01b6bdbd961d8db2cfc1212fd4944adf9cba5ea88b26011d3cf9 1 0.00/1.00 vMB 0
26,131 26,131 0000000039e90c85264652d9eee29946763db3af8509b138de9f48317c5198e1 1 0.00/1.00 vMB 0
26,130 26,130 0000000089159e6e682cff059bff0b937cae5fb79a0f502391e5c7b6e61bfd7c 1 0.00/1.00 vMB 0
26,129 26,129 000000001290d299946b918eb455714169485e0f0980a09150dfd07ed9b36b54 1 0.00/1.00 vMB 0
26,128 26,128 00000000f8ca05cf99c2872b46e7c5744ff9bfa0f771349ce23498a5e7e826cd 1 0.00/1.00 vMB 0
26,127 26,127 0000000039a1155d61d7476accb8caf0e5852c40288088e79b4586e303c3533e 1 0.00/1.00 vMB 0
26,126 26,126 00000000f5f37d92551bb516ceba5f3d32f89811153bade752a8fd077c527236 1 0.00/1.00 vMB 0
26,125 26,125 00000000ba977131c17673b3722010f7bb1316453179e0ebe74cfdf59a24c664 1 0.00/1.00 vMB 0
26,124 26,124 00000000e34cc9451d57db26d71b295f982df77084ca9d921599e8a3cdc91916 1 0.00/1.00 vMB 0
26,123 26,123 0000000038c692382e32a3f1edb5325ae9774bb01f15795a6064eb496ad987e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.25 GB

Node Details:

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