Loading Tool

Explorer IconExplorer

Memory Pool

72,517 transactions
28.33 vMB
0.07276302 BTC
Random Selection Loading Transactions
Max Size: 171.41/200 MB

Candidate Block

Mining Attempt 0c71fc4b0516caf72990533503312be9023c1a9822b4cbcc4624931c9fa7ace0
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 1fe56412bf61ca86f70ab9d47e17ec7adc9284c2a442da3a5027b7d1ef734069
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,004
Size: 1.00 vMB
Total Fees: 0.01062476 BTC
Feerates: 150.52 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (470,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,480 444,480 000000000000000003086cfa34d4cca3ebc350933306b5fcdc675d7525c5d206 2,192 1.00/1.00 vMB 59
444,479 444,479 00000000000000000243cb1dc930a9c0fb4600ee2f4c8bad727e817906fde1ab 1,705 1.00/1.00 vMB 61
444,478 444,478 00000000000000000388baf490ce49063efef1d3283ff17d4a3b077547c8570f 2,329 1.00/1.00 vMB 87
444,477 444,477 000000000000000001958fda80008c3c885e28a91cddce4193a345915d3819fd 1,905 1.00/1.00 vMB 73
444,476 444,476 00000000000000000322ca87b69850bfbd5f365d7a669eebdc093069903cb058 2,245 1.00/1.00 vMB 62
444,475 444,475 000000000000000001940455d2e6a5e930db6c0ae8310fbf3a8db56bdb4af0db 1,521 1.00/1.00 vMB 75
444,474 444,474 000000000000000001dfe7aa53fb1c8b841359e325b1215a302942b56e1a9c01 2,115 1.00/1.00 vMB 83
444,473 444,473 0000000000000000026844f1645ac0e7e2adf3405b870d25ad9c39d830577aa7 2,446 1.00/1.00 vMB 75
444,472 444,472 0000000000000000029f9706f68ea86e3f69db17592be7dbe61f9570765d111b 1,461 1.00/1.00 vMB 66
444,471 444,471 00000000000000000185f8d1b0260ab608977c764f9a3d28c06ca5bdc5c096c8 2,632 1.00/1.00 vMB 92
444,470 444,470 000000000000000002f7df28ea817e7943eb634afef756f7d96f34459c890731 1,771 1.00/1.00 vMB 108
444,469 444,469 00000000000000000201f2828469212121c197cf26e444f9bcd519b306098d7a 2,792 1.00/1.00 vMB 77
444,468 444,468 0000000000000000004bb4fd402de5f3291a1d75090e09d8733d5fca6f2d8fbc 2,287 1.00/1.00 vMB 107
444,467 444,467 000000000000000001f3b25ac501d88726c65a4fbd0cf7dd6873a37de810e99c 2,626 1.00/1.00 vMB 103
444,466 444,466 0000000000000000036a90604a301ac7cd5b094a42505afb4566e8782a21d7d4 2,773 1.00/1.00 vMB 75
444,465 444,465 000000000000000002476ac5de387e1bfbccec624dc4b707e683417d2ca468cf 2,438 1.00/1.00 vMB 106
444,464 444,464 000000000000000001470a0bb4f6b2b19580074543b88aa818effab1e2a05b19 2,279 1.00/1.00 vMB 63
444,463 444,463 000000000000000002dd927be48b34f295175ca0b510f9c84592117122115e2a 1,852 1.00/1.00 vMB 98
444,462 444,462 000000000000000000a45b1a316dec15cac5cbe0be0eabd5fd1623f4a32eadd8 437 1.00/1.00 vMB 133
444,461 444,461 0000000000000000013abb00d3aef711f39d5ee3796afda730fd6f059aa0a07f 2,314 1.00/1.00 vMB 89
444,460 444,460 000000000000000001e81d42a56b58795fee6d363f3b045204d5a7740861da64 2,251 0.99/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 783.18 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: 750.25 GB
    • Received: 18.84 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.