Loading Tool

Explorer IconExplorer

Memory Pool

33,744 transactions
25.29 vMB
0.06642012 BTC
Random Selection Loading Transactions
Max Size: 128.39/200 MB

Candidate Block

Mining Attempt 5136cbf60b35019b744a0b95611e79e8e22f5e37ec72cbd55378064e63ea77f2
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 5e058070fe674a4b6e0490a39e12f2b3368f990421fdaf2ad2891a2021e45748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.02079089 BTC
Feerates: 151.12 > 2.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (239,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,828 674,828 00000000000000000006f1104883672cdea28c20bd67e75f3b4f39cdeb1e7cf8 2,148 1.00/1.00 vMB 93
674,827 674,827 00000000000000000003a8d031a992aeee3d0c1e6bcae50a20be01a56751f08e 1,752 1.00/1.00 vMB 18
674,826 674,826 0000000000000000000baaa8e2ac5cac60da97948c3e83bb9ffa3a041af06108 1,678 1.00/1.00 vMB 34
674,825 674,825 00000000000000000002ca3257827cc500821e0c82a53ba00da57a9863b868c1 1,368 1.00/1.00 vMB 21
674,824 674,824 0000000000000000000698227d07efb0f88dc848486ba4edca0e6aeb57e09d90 2,067 1.00/1.00 vMB 67
674,823 674,823 0000000000000000000842e25c8678bdf81f4d53a6b5a6f41c06acca9d30e857 1,786 1.00/1.00 vMB 33
674,822 674,822 000000000000000000019f476cba72c15474a8e2e4296cab9e5233f5b52a40b5 1,999 1.00/1.00 vMB 34
674,821 674,821 00000000000000000006cc3b9384b5fcf5864611e6921c46cb18aa9ce0b9c5d8 2,292 1.00/1.00 vMB 86
674,820 674,820 00000000000000000003532e565ec314142dd16476654fe17c3bccf03a8912ef 1,439 1.00/1.00 vMB 60
674,819 674,819 00000000000000000009bc701045770876423f82cf7b16a254a6f28333b7e0b7 1,679 1.00/1.00 vMB 76
674,818 674,818 000000000000000000021c17ad68422a5add7515824a63a97183c6533c19001d 1,659 1.00/1.00 vMB 89
674,817 674,817 0000000000000000000128134e8eabb4ebcf298d2b7d8530aac280d010e45333 927 1.00/1.00 vMB 107
674,816 674,816 000000000000000000001aac8ea950494ac06e78bcee4f130b8913abf2677d4f 1,916 1.00/1.00 vMB 71
674,815 674,815 0000000000000000000b930eec29e363013fbe982b5356398863566c4138fe94 2,371 1.00/1.00 vMB 75
674,814 674,814 00000000000000000005676213398f24f0b7c69539e30663552ef02d61f1b04a 1,397 1.00/1.00 vMB 40
674,813 674,813 00000000000000000003dfee02b979c2dfe536203b94295da30341e7a331c968 2,356 1.00/1.00 vMB 94
674,812 674,812 00000000000000000006ee37efb219a9f0584257a94682f4c90478412ba71ef6 1,998 1.00/1.00 vMB 42
674,811 674,811 00000000000000000007818bca01a3335b09181d6e3f01b91c37016afafb1513 2,354 1.00/1.00 vMB 77
674,810 674,810 0000000000000000000179f8434ad11374d3ad5b069d4e931cff394d80595266 2,614 1.00/1.00 vMB 99
674,809 674,809 000000000000000000089ae169f96d94bbfbdbd529d820ef464c0fe41137932c 1,672 1.00/1.00 vMB 63
674,808 674,808 00000000000000000008022cd702820a6ff11e4a5f2725b436ffa2a40efe4e91 2,614 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.