Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
28.50 vMB
0.07093826 BTC
Random Selection Loading Transactions
Max Size: 151.36/200 MB

Candidate Block

Mining Attempt 248e631c6b59f8a5398f7ede578dda8e1ee4167478d64cb04537ec69286a30d5
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root b78a30ca2a19af480dda91c2e9a4736dd22d1369692c073b9b46d908e34b00c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01698156 BTC
Feerates: 361.66 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (891,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,709 23,709 00000000c96ff0959e557700e3f4b4a76325874d4d7d8dab6ce1c917937c0f54 1 0.00/1.00 vMB 0
23,708 23,708 000000004d2a92dbde6730f32a451b381e87575d054352082798142ec8d8ed17 1 0.00/1.00 vMB 0
23,707 23,707 00000000daf85ae67911bd75dd46af01fa02c47ba0308d851cae6d24813c2b74 1 0.00/1.00 vMB 0
23,706 23,706 00000000a3bb166d11ecc3a6c2efd3532fa761c0a197ad26dc655f5516e0bc01 1 0.00/1.00 vMB 0
23,705 23,705 0000000022a7e6915bc7d44fca2dd1b20245920fae66a18c2926ae83b5fa6298 1 0.00/1.00 vMB 0
23,704 23,704 000000003f8e8191c66f5722c01e739423b20fb19eb0f678067a332ac8944dae 1 0.00/1.00 vMB 0
23,703 23,703 000000002ebad277768e24aa70b3481ba8a8af1d5b099259abb4e2eace2ac594 1 0.00/1.00 vMB 0
23,702 23,702 00000000071d7030afeff541485eebff49405485107f20e5ce58808c25abf6f8 1 0.00/1.00 vMB 0
23,701 23,701 000000002891ac5cc9d03b445b409b91aa4105373f85fd4f7048963ff2072da8 1 0.00/1.00 vMB 0
23,700 23,700 00000000a566791ae620ca88023a4667cac81386ea9a83125b7d14a2898e69a4 1 0.00/1.00 vMB 0
23,699 23,699 00000000d0315ec17ceb1f9aa8904e9097577791535e5fad6e915d95945b4021 1 0.00/1.00 vMB 0
23,698 23,698 000000005b034e824722dedff3b8c56bf6e9a2b59129ac383131b500fb59f23b 1 0.00/1.00 vMB 0
23,697 23,697 000000009a9ab4cb9b8ed38e6fe9b733cc23479f8e0eb761030809b32452b9f3 1 0.00/1.00 vMB 0
23,696 23,696 000000008ad771d0bdc5f90ce1679a1499a9ae017a9930e712f6849552a56af8 1 0.00/1.00 vMB 0
23,695 23,695 00000000c016bb39fdebe1f9e2efe35baf3fccdcee487a8829a93e9e1428ff06 1 0.00/1.00 vMB 0
23,694 23,694 0000000034ec0cd83318b3e32708bf8ff1afb19ff950050b047de28e83a55d98 1 0.00/1.00 vMB 0
23,693 23,693 0000000012b53ae63413445621a0fdfeb946f77ca79d384e95839a37aadc85f2 1 0.00/1.00 vMB 0
23,692 23,692 000000005ecc918846090a6085e6bbf50890328881a812ebaf633221f0014f42 1 0.00/1.00 vMB 0
23,691 23,691 00000000b6c89d17279cff5dd5ce5ce3a9932db12fbe177867dc11153a4ee5e1 1 0.00/1.00 vMB 0
23,690 23,690 0000000017adb4d850f41bf12a51cb9a010aaabf59249846dcd5c8095e429297 1 0.00/1.00 vMB 0
23,689 23,689 000000007219d97a25a51a483eebae08f8418a9a9c99bbf44387b402cd027181 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.