Loading Tool

Explorer IconExplorer

Memory Pool

46,224 transactions
27.92 vMB
0.07389201 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 06a9e2fcf2f40f8ccc013507d305e7943b4870ec907ecf9e600febc0c6022a33
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root a969c6953d4cc1793ef2af172db0d70dec494d3123c80e442ea7d981173c0513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,263
Size: 1.00 vMB
Total Fees: 0.02069188 BTC
Feerates: 100.36 > 2.07 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (342,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,220 572,220 0000000000000000001aed9899fd411e4c3924d78a8aa3b20468d50eeaaef8f5 2,851 1.00/1.00 vMB 20
572,219 572,219 00000000000000000000ba22708dff78e8df3ad89d2acfdeaeee211b8389112e 3,345 1.00/1.00 vMB 31
572,218 572,218 000000000000000000035c1ecb874a7287f90c30c2eafcd4b31fd175f181e4fc 2,791 1.00/1.00 vMB 32
572,217 572,217 0000000000000000000f63cecb6f7d749d31247cd314341edb0fbf0f64f15b49 3,454 1.00/1.00 vMB 73
572,216 572,216 0000000000000000000d44c8652d8c5cf2c94de306a74d079903a2140ce9a83a 2,608 1.00/1.00 vMB 46
572,215 572,215 00000000000000000020b1ca7162317ff67bfc85b673b4adb3f714f034ba5407 3,267 1.00/1.00 vMB 74
572,214 572,214 0000000000000000001fb388a2db81e943395f0a1d327c2708ff036dcec8e7cb 3,137 1.00/1.00 vMB 74
572,213 572,213 000000000000000000254889a31438819f68c3ec485ec5088041d548d6962309 3,000 1.00/1.00 vMB 33
572,212 572,212 0000000000000000000d51aca1acd0313e4dd8bdbe5f64e72d3d2ac18548dd8d 2,686 1.00/1.00 vMB 37
572,211 572,211 0000000000000000000b723ee9f7e637c8a32179d0db990fdb95c9054f79771a 2,714 1.00/1.00 vMB 13
572,210 572,210 00000000000000000026bc88fe4b79091ead4fa29ccb0e0af6ca7e559acca306 2,260 1.00/1.00 vMB 25
572,209 572,209 0000000000000000000ea6bfff25a8c19458fde7127f56c562588b4711d96cb7 3,141 1.00/1.00 vMB 61
572,208 572,208 0000000000000000000d603bde9e2da6369a6b6edbfb31c594ccb3c03bf04f42 3,158 1.00/1.00 vMB 81
572,207 572,207 00000000000000000002edd5d93982ef1957d74a90407c7fe094bfd06eb0c171 1,420 1.00/1.00 vMB 17
572,206 572,206 00000000000000000027a7c54c13b83ff9be66303acbf712c6eb0f9b9bb3b7d2 1,738 1.00/1.00 vMB 10
572,205 572,205 00000000000000000019bf6775a5ca08a86db80134a87fc8e9de0ebcbdbff069 1,287 1.00/1.00 vMB 15
572,204 572,204 00000000000000000020285da1de7ab4a5c6ebae28a8898483ac8e0d1ac5b5c5 1,975 1.00/1.00 vMB 26
572,203 572,203 0000000000000000001c5caa568db9da8891cf450f61d774107a9fb1d87cc609 1,867 1.00/1.00 vMB 43
572,202 572,202 0000000000000000001b166dd87d6956f3b1a777b6c93171663d7faa8408a724 1,330 1.00/1.00 vMB 35
572,201 572,201 000000000000000000157f5b6c4a1e1139606449ea3d2d4ca3f80058ea86edf0 2,565 1.00/1.00 vMB 51
572,200 572,200 00000000000000000009d24ca524874f409fee2c2984991a08ff9acc0277c53b 1,928 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.