Loading Tool

Explorer IconExplorer

Memory Pool

82,950 transactions
30.66 vMB
0.07535440 BTC
Random Selection Loading Transactions
Max Size: 188.68/200 MB

Candidate Block

Mining Attempt 9266f38b96e9a88f56fc1cebded423a8e4dfff05ef807f0fa8ae33e3d25aca13
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root cb620d87ede6e2af6bc45b06b635b9d8ecc32b4ed5013350c58c73f0013108da
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,823
Size: 1.00 vMB
Total Fees: 0.00656915 BTC
Feerates: 40.21 > 0.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (482,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,417 432,417 0000000000000000026751dc1cd179f70fd92c02f07a6560be5e4adc259a4948 144 1.00/1.00 vMB 6
432,416 432,416 000000000000000002a7702c3b13e8ff60048d850d5cdb1a98b7ee68d838b120 211 0.12/1.00 vMB 37
432,415 432,415 00000000000000000385d87208717cd23b6c7316a56687aa424ea4e1a9e1bacd 1,099 0.79/1.00 vMB 40
432,414 432,414 00000000000000000022af56a91309498496dd7ea8c082011611122b28993652 2,396 1.00/1.00 vMB 68
432,413 432,413 000000000000000001418b994ae6e6551d1a8f2ccf1539679097598020833c6e 2,280 1.00/1.00 vMB 44
432,412 432,412 000000000000000000d92920546dade1dc7ab7af445b171f1db75377e30d87c9 2,552 1.00/1.00 vMB 57
432,411 432,411 000000000000000001a60463784a365aca2197bbedf2d0d53b3a7867b2eef8d2 2,454 1.00/1.00 vMB 67
432,410 432,410 0000000000000000038bc0c1b3c1cc8c30271347e44ddf6c75f7dec3793b3d17 2,431 1.00/1.00 vMB 92
432,409 432,409 0000000000000000016149949adc007f4d97359e97a8d55245aea0c1fcdb6e81 940 1.00/1.00 vMB 27
432,408 432,408 00000000000000000248474dc02a4cbd09578c6420e89bc783d0d63316198d54 1,748 0.68/1.00 vMB 63
432,407 432,407 0000000000000000015ef5f0c0aba9e0697b38010b50eb0beaf7f795416440a6 249 0.17/1.00 vMB 54
432,406 432,406 000000000000000003b81be20cdded8334e739d0b9139a595f1777b0cff79662 128 0.08/1.00 vMB 31
432,405 432,405 00000000000000000383342b6b5889923874ae0e829901d27c9b3d5c4a85f4c5 2,122 1.00/1.00 vMB 57
432,404 432,404 0000000000000000000139db58db3b939e4c59b6d78c04e21887405b60db3277 2,053 1.00/1.00 vMB 56
432,403 432,403 000000000000000000107a65e3901f5e21416ae010eb60af9fde7c9ba3b0089d 2,645 1.00/1.00 vMB 76
432,402 432,402 000000000000000002cf558d9b1e5ce65b980a6401a658d40a5710873e9a7023 565 1.00/1.00 vMB 22
432,401 432,401 000000000000000003f6b725251fcedb110748cfda2835ed0c5358b0444a35ac 1,587 0.77/1.00 vMB 60
432,400 432,400 00000000000000000084204b8b362f61febe6caf45d292ad74288f4612026fd1 176 1.00/1.00 vMB 10
432,399 432,399 000000000000000000e962f82f7b38bcb491b5d7cdcef033f079ce0732d9c2d4 1,023 0.51/1.00 vMB 65
432,398 432,398 0000000000000000001eef9c9db7b6f4e745ea3de7d83a952de1c26ee9afee32 984 0.78/1.00 vMB 58
432,397 432,397 00000000000000000025e7cf649ab825b27f5df5d3e217a5106e883b6fac6cca 1,939 0.95/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.99 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: 717.19 GB
    • Received: 17.83 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.