Loading Tool

Explorer IconExplorer

Memory Pool

31,071 transactions
25.06 vMB
0.05922535 BTC
Random Selection Loading Transactions
Max Size: 125.08/200 MB

Candidate Block

Mining Attempt 36c6d612d746968f75d167ad83ea6c4c671365dab3d02407b7af8a93da078c3e
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root d575010b4293edf7344e3d6d2999ec36a71d21d6fd6a2bd6c4b29f4a900b1a57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01433544 BTC
Feerates: 100.24 > 1.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (332,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,325 582,325 00000000000000000011f1c665b494d423a5dc8c1af56b7d3ecfb3eafcd67aae 1,435 1.00/1.00 vMB 65
582,324 582,324 000000000000000000061c03f74108b36f6f68e627e85cf970091e0881b172b4 2,174 1.00/1.00 vMB 77
582,323 582,323 0000000000000000001b0693e78abd86c181d4ff9b638cbee2fb1d2454562da1 2,658 1.00/1.00 vMB 128
582,322 582,322 00000000000000000023ca7c51916f5b2a888666137d2caf7f01d903f40c0b0a 2,526 1.00/1.00 vMB 86
582,321 582,321 00000000000000000022cdf70c4bfeb355b284122c28db1a891035e017b178cc 3,013 1.00/1.00 vMB 111
582,320 582,320 00000000000000000022f74749c84b710fc63922d798b3d657c80d1175e3d2ac 2,961 1.00/1.00 vMB 84
582,319 582,319 000000000000000000255ec8b9bb76cbabe4549f653d80cb1cd75e9d913afe56 2,061 1.00/1.00 vMB 99
582,318 582,318 000000000000000000109a7c464423d513b2c5af43db882ca1a35ba8bef333ec 1,411 1.00/1.00 vMB 90
582,317 582,317 00000000000000000000e667ae8ddc09187bac015bbd2c4af3b29b8d907d0b71 1,785 1.00/1.00 vMB 125
582,316 582,316 00000000000000000004f9037a0c7e59dff77432087961e137b5afcae25d1baf 2,421 1.00/1.00 vMB 91
582,315 582,315 0000000000000000000c7dfbb95b5c12df17280f44dd40a71662950d53056dc5 3,190 1.00/1.00 vMB 97
582,314 582,314 000000000000000000045661915fa21dd5c72e4e24676b3957af7f28dd016741 3,171 1.00/1.00 vMB 91
582,313 582,313 00000000000000000015c09afd3f866b1f7dbd7aa92bbf09e66b2885b9964db3 444 0.15/1.00 vMB 53
582,312 582,312 00000000000000000018e6018c3601a6e4184c51951af7ba059cab1ed61c4410 481 0.21/1.00 vMB 33
582,311 582,311 00000000000000000021c3b00df04a4a5630c125c58546ad27243c3f03109d09 2,567 0.84/1.00 vMB 47
582,310 582,310 00000000000000000004682a10a6e67709aaae3e9a3b6bb78bb42a40cfdd88fc 1,359 0.47/1.00 vMB 40
582,309 582,309 0000000000000000000997718c4b8c1349d4c54a498ccc353488ca34680b22b4 1,194 0.68/1.00 vMB 53
582,308 582,308 000000000000000000233df2d6f92f01a91d0f86d55f06a4063a6916fa1adfca 2,132 0.93/1.00 vMB 36
582,307 582,307 00000000000000000001d3fdec3bf8b22b671946c667a265801eda3f2790afd6 2,670 1.00/1.00 vMB 78
582,306 582,306 00000000000000000006dd0bca7d7a9789ba52de7fc38b453467cffd7db4dbdc 2,515 0.99/1.00 vMB 60
582,305 582,305 0000000000000000001f69f0b46fe4960271f2ffa59b94ee265ad9a399930ae3 1,309 0.97/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.86 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: 641.99 GB
    • Received: 12.53 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.