Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,896 transactions (2.05 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,666 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,665 (853,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,328 57,328 000000001211a84626dd5a78c1115619505427f46d54b8a73ba6fe01d15928c3 0.00 MB 4 0
57,327 57,327 000000000a4fe053806af8d6f0dea8f52172ef43c7cd61ef1f065fd3f1514d37 0.00 MB 1 0
57,326 57,326 000000000d2fd04c4b52c6ad5bfe20d503dc11379ea421707059605d9b71f8c6 0.00 MB 1 0
57,325 57,325 0000000006d0139f767f97ba6b78ba2c446576b8ce5f50b67da8b5d1d6ffbc14 0.00 MB 5 0
57,324 57,324 000000000dc011f8db253056b1cb80fae1371009aa4272c6776fbfdc418a832e 0.00 MB 1 0
57,323 57,323 000000000e4c089a24ebf852c491ebdd8a33bca6d628dd916c54daa2ebfd3659 0.00 MB 1 0
57,322 57,322 00000000120789851607438e58840a212c6835fb3705a1238306e868f16cb8f3 0.00 MB 1 0
57,321 57,321 0000000013ad837249f0be362e74864bfc0887f9732a8bcc2f48f43785997556 0.00 MB 1 0
57,320 57,320 000000000de5b6e19beefdc25cc1cddd8eebd4ec7a68fb5ab281dd717740092c 0.00 MB 1 0
57,319 57,319 000000000a9bc8d03bfcd461654d707ced78a5e6015c1cbe1637ce3e687d4848 0.00 MB 1 0
57,318 57,318 0000000011e25b7b27192eb74782c473ed2fffdfb952c88eda8b2a85d77b18cf 0.00 MB 1 0
57,317 57,317 0000000002c73f37f5e3b906ded69236c20738079270c2538d5b73121b5b6fe4 0.00 MB 3 0
57,316 57,316 0000000013971c8fba76b6bd1a0686f3002f6b945901013eda7f468670195f71 0.00 MB 1 0
57,315 57,315 0000000007819dc3b8d13dd4fa510d17dae79511ae9ce796d6d1b5e544ab4c20 0.00 MB 1 0
57,314 57,314 0000000010f1d67f0223f2196240a837f4368794132bb0905589d0671e904b33 0.00 MB 1 0
57,313 57,313 000000000f37841479d771517c3d3d73bf738f7494d9866f78092fe605b9c3db 0.00 MB 1 0
57,312 57,312 000000000897504cb69db24858675a5c27a407bbc2caa18f8bab33604537d9be 0.00 MB 1 0
57,311 57,311 000000000c24f9436c323f1f35388b280afddf28cf1159c4d36c40bba9aba8fc 0.00 MB 1 0
57,310 57,310 000000000275f435cd1224ec79794c025b8adac876e5e064956eaafbab2b37f0 0.00 MB 1 0
57,309 57,309 0000000015564858b6ec763be596f20466f1943aa48eca526d2bdfe35251287c 0.00 MB 1 0
57,308 57,308 00000000093fb2e5797228eb5628e49ec0eff9eedce47f8ff4a4b4a5216cd087 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,285.06 GB sent, 121.66 GB received

Notes

  • This page updates every 5 seconds.
  • 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.