Loading Tool

Explorer IconExplorer

Memory Pool

47,409 transactions
28.97 vMB
0.08904777 BTC
Random Selection Loading Transactions
Max Size: 154.16/200 MB

Candidate Block

Mining Attempt 593cff14319561fba9fadcc958aa8bc4a1a6d54494f5e5a823e92220d039969a
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 5b0354166a72b99ff57c373b059d0d31e48ab931ffa6175dfe7035095f36d895
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,996
Size: 1.00 vMB
Total Fees: 0.03317153 BTC
Feerates: 151.16 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (502,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,318 412,318 0000000000000000054905fbd3ab37d067c6abf00061e53ec491530c51db437a 2,397 1.00/1.00 vMB 57
412,317 412,317 00000000000000000579d91c32e075af10a43a7538564c5f3a2df5861773f2c6 1,061 0.75/1.00 vMB 28
412,316 412,316 000000000000000001161b90a71e0f4d9b3e9de7a40c6ad373acc1cdb5fa5262 1,947 1.00/1.00 vMB 40
412,315 412,315 00000000000000000026eee0a9bad1f78c1ef11e919e7d6a6d97fd702086208b 3,173 1.00/1.00 vMB 83
412,314 412,314 0000000000000000055724efc44623e4bc22e3599d1a1e01cd8e6b9fd2eda76a 2,153 1.00/1.00 vMB 51
412,313 412,313 0000000000000000015641e3e20cda32d0db7acbb2785fc5a0ac5b8b0fefb7c7 2,179 1.00/1.00 vMB 43
412,312 412,312 0000000000000000057d1df92f77c144fc27db8cccfa2bd811ecc0fb8387604d 1,868 1.00/1.00 vMB 47
412,311 412,311 000000000000000002390932b80b4d9db2e76e6bf5b07282c3ff12418bf23a33 3,067 1.00/1.00 vMB 47
412,310 412,310 000000000000000003a06a3a800d520ce386ee639f7697b9ef5a1fb71dd89978 2,520 1.00/1.00 vMB 96
412,309 412,309 000000000000000005a3d1b7361a8209eae642e820a642580a6f7038e1dad013 663 0.98/1.00 vMB 18
412,308 412,308 000000000000000005021017beb1e12be51f6ada525c2d58903953a9ab186736 685 0.37/1.00 vMB 39
412,307 412,307 00000000000000000521130ec40e4cccfd0fed9ae53c2360943a22c4b2cb559f 1,096 0.99/1.00 vMB 29
412,306 412,306 0000000000000000053c009df671f9690a777b3735e8d6780998cc7a990bb20e 1,634 0.99/1.00 vMB 31
412,305 412,305 000000000000000004fd25d14f245d69366e560b0f2e336896885f08c9d0950b 2,089 1.00/1.00 vMB 54
412,304 412,304 000000000000000004dbb95598f4d96f2e60ca205522ce619d78f0d6621fa73f 117 0.05/1.00 vMB 43
412,303 412,303 000000000000000000a4874cfdfdfe6197978f49e5cb3e98ff4ace5a140eb684 1 0.00/1.00 vMB 0
412,302 412,302 000000000000000002c139092610a08028f9e035f86d89e191e5ef724109f7de 1,532 0.71/1.00 vMB 47
412,301 412,301 000000000000000000bbc5f813f99a5e8fa1de1a452779835d0ec383a99d1818 1,137 0.67/1.00 vMB 33
412,300 412,300 00000000000000000521de356ec334d3cdf26f6c2fc633c78788b4fc8126d682 1,879 0.99/1.00 vMB 45
412,299 412,299 0000000000000000049321632351bd1f1b44ced914cebfbe4db19cb8e43567d9 604 0.36/1.00 vMB 47
412,298 412,298 00000000000000000053f832e9abe737377b930bc9256c17c4872c3bb17309e9 311 0.40/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.11 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: 651.99 GB
    • Received: 13.67 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.