Loading Tool

Explorer IconExplorer

Memory Pool

82,058 transactions
30.46 vMB
0.12564295 BTC
Random Selection Loading Transactions
Max Size: 183.77/200 MB

Candidate Block

Mining Attempt 25261860a356824c2f8779a8a31b24eb7fa81ab3244008537aa61cedba7e1320
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 0ecdfcfa196f63aef4ea8d2c77f05de671f496808e353d385b24473abcd0ab24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.04675038 BTC
Feerates: 502.62 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (805,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,535 109,535 0000000000017249ebd5de5faf3c4cc16de34ce4583cfc86d595caf06c53b8cc 12 0.00/1.00 vMB 0
109,534 109,534 0000000000018046c641a51ae541b186d22f31630faf58bfb2add13e6c571974 6 0.00/1.00 vMB 0
109,533 109,533 000000000001830f1664f46813ceeb4d52bc70cee02bb5baeb4a13e87aeb2eb8 11 0.00/1.00 vMB 0
109,532 109,532 000000000000e8d0ab04db3ae24d9dcc0bab3efb7a2b1c8c21034f15698d894a 12 0.00/1.00 vMB 0
109,531 109,531 000000000000bfbd9ad00c99fd31a1934ab4020e31e99b812aaa70f5f3839937 5 0.00/1.00 vMB 0
109,530 109,530 00000000000167834b10ef1e77eb99917ce126ab669ceeebf49a89a920e4f444 10 0.00/1.00 vMB 0
109,529 109,529 0000000000007a89e2a12852b64f675fc1b00a57c00aee7123b0eb1aa9f446f9 9 0.00/1.00 vMB 342
109,528 109,528 00000000000086f4d21d1c8d020c40c60590e1b5cb73c24c0741db3e2bb523d1 11 0.00/1.00 vMB 0
109,527 109,527 0000000000008cc68b4156fa922b347a96dca799959bceabaf67d30f07e1428c 48 0.01/1.00 vMB 0
109,526 109,526 000000000000f466703bff44caadce0c259a31e196777c59bff3005440bed4c4 10 0.00/1.00 vMB 0
109,525 109,525 0000000000000880ed924b74c85a9560c7da8ba54dbf3c06c287f7acbd09d85e 13 0.00/1.00 vMB 0
109,524 109,524 0000000000015c759ac8fb5b3d1222eedd5be65c43fd4f34d7ac6f32721df809 11 0.00/1.00 vMB 333
109,523 109,523 00000000000134aef37df055d114af1f3b28b4c649de9b99e49d2de5d464b715 9 0.01/1.00 vMB 0
109,522 109,522 00000000000127180450c558e4c9e1fb0453cb8ee6d1f9ec28aa45c3e172d4ef 7 0.00/1.00 vMB 0
109,521 109,521 00000000000060a4e3c0b1b2e71ec70b97091f8062d71aab12ba6aa7eef82e9a 9 0.00/1.00 vMB 0
109,520 109,520 0000000000019790adca51de9d3f9c6d4f325e8ba1191357551ebcf42466af3c 13 0.00/1.00 vMB 0
109,519 109,519 0000000000007ebb762a353ead87e25525fe51a6df52c240c14146784721ff67 2 0.00/1.00 vMB 0
109,518 109,518 000000000000a8fd0a2541b57953885f6b25b8573bfcdc186ef0373f4dcc1941 8 0.00/1.00 vMB 0
109,517 109,517 00000000000084c74848b7ca282bf29cef9cae31a44ca296d0ba1dc229005739 5 0.00/1.00 vMB 0
109,516 109,516 00000000000196b56e62e0c1332436bc6a291bf3a2da8c9ecdcca999a0568ea3 4 0.00/1.00 vMB 0
109,515 109,515 0000000000007d7706b73e79ab7b172a74ae3618eb4cfc7893e462bedf9560d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.