Loading Tool

Explorer IconExplorer

Memory Pool

42,565 transactions
30.60 vMB
0.06938600 BTC
Random Selection Loading Transactions
Max Size: 155.46/200 MB

Candidate Block

Mining Attempt ec5c7bef126e80e8f9bc171510dbc53352ef0b6b6b3b88d8ac8936796a81ce2d
Version 20000000
Previous Block 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f
Merkle Root d61067a04efd8a5b51798ab147f54acf34a71fe8a2758aac2247ff1e41fef5b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,931
Size: 1.00 vMB
Total Fees: 0.00815997 BTC
Feerates: 76.27 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,451 (865,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,660 48,660 0000000028fe03660ccc3ec280582910041e9a26307e21772081d124b00aaac5 1 0.00/1.00 vMB 0
48,659 48,659 000000000a7d4e782ceb2ef8a95050f3abc971164f9a9d8615673d5367770e25 1 0.00/1.00 vMB 0
48,658 48,658 0000000024bf36a91e59e1b7f1c9d99cab54c61ba19f5ff7c8e07e4965e6a9cb 1 0.00/1.00 vMB 0
48,657 48,657 000000002483c29128586986bd3094160e505a32fc9fc858a0a8f4526fe6762f 1 0.00/1.00 vMB 0
48,656 48,656 000000001b1505f234bb552d403fd59f3caacac49e0ffa4e7c1f0a93d14611fb 2 0.00/1.00 vMB 0
48,655 48,655 0000000006db6481d8702cb1b83f0e2f7ead0c55a576d0d65dcaed8960878801 1 0.00/1.00 vMB 0
48,654 48,654 00000000248221efa9ac158abc18506071d22cffbc828f12c1eaf423b8dc8487 1 0.00/1.00 vMB 0
48,653 48,653 000000002264a1411d1f0724431d357396c2f0c55437991cf1ae30bb40b19683 1 0.00/1.00 vMB 0
48,652 48,652 000000002672009c538bc93429df82980e80d0e4213899ba07dd0c46e5e83c6d 1 0.00/1.00 vMB 0
48,651 48,651 00000000034ab0ff2b6c0c5ea743d738b0cfaae7aca354736d2c834feae0d655 1 0.00/1.00 vMB 0
48,650 48,650 00000000137340ac75a2bf07b87b379f78376ca9bea49a7a2ea86ad4f312f431 1 0.00/1.00 vMB 0
48,649 48,649 00000000024c715d5e18bbbcb2fb2ebd367f6e56bc4300223ad38cd5d783c79f 1 0.00/1.00 vMB 0
48,648 48,648 000000002453c3d83ebc9135f3c93a1274bbaf23ff46a3ce86ab797f24e287ae 1 0.00/1.00 vMB 0
48,647 48,647 000000001aa11838a390aca69540ebba78ebecfac5da8066e5719a68213b998b 1 0.00/1.00 vMB 0
48,646 48,646 000000000f3003d0b5fdd40bc83ce9d5f27854e14760647123366ddfabc343c7 2 0.00/1.00 vMB 0
48,645 48,645 00000000299641010c829ed0a7ed2800d2063fc3a268580c573df7e43fab38c3 1 0.00/1.00 vMB 0
48,644 48,644 000000002620cc40816e8d277eba40ad860491105cc6766d7c3430982ff4582b 1 0.00/1.00 vMB 0
48,643 48,643 000000000088fd91df7b31a7813eae5f32779cf9f887f9caad9af7c80fe3af51 1 0.00/1.00 vMB 0
48,642 48,642 0000000029b2a6d0e5a47e14d8ffa29159cd93f8d14ae6c2df90794814420cc3 1 0.00/1.00 vMB 0
48,641 48,641 000000001561bd5686b37d9199bfb2cb1c0b828bd7b2dd661782ae41df537d50 1 0.00/1.00 vMB 0
48,640 48,640 000000001ae886985a4836cca9a00098309caf0c61e23f2e3466e537b3151c51 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 604.45 GB
    • Received: 10.55 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.