Loading Tool

Explorer IconExplorer

Memory Pool

34,608 transactions
25.85 vMB
0.06382017 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 0e4571f8770b1cdcc4d059971664edc02a8cfc6c760007d6637efc2ae0717a0e
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 425773d5c2930d08f263623a82b7d0e26930d7278f14090ded55f27dc968a3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.01634979 BTC
Feerates: 74.70 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (354,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,312 560,312 000000000000000000246134fefd778ade933cbef1d4f41bf00d339355571c30 1,735 0.57/1.00 vMB 9
560,311 560,311 0000000000000000001be0185a3dec28bf1585c27e649a10ce3f6a686ef9594f 2,690 1.00/1.00 vMB 17
560,310 560,310 00000000000000000018946321d46cc4ab02b3287e88ba3dcbab0fd2322711f0 378 0.11/1.00 vMB 17
560,309 560,309 000000000000000000075e581c2bf17c2c5ad21f8221611f8500969ce7eb01e7 2,730 0.99/1.00 vMB 14
560,308 560,308 0000000000000000001629895c6f7ec46926a73d2087f508eec3f6c02a4c8b59 118 0.03/1.00 vMB 11
560,307 560,307 0000000000000000000582a362f7214f42876e6f34aec10592fcf55883eb3dd4 1,307 0.43/1.00 vMB 14
560,306 560,306 0000000000000000002de690c91b7c0083b7c34701de7a22da08fbb9a3221035 2,948 0.97/1.00 vMB 11
560,305 560,305 00000000000000000009a4135dad4c4463dd49d0f9e7f80bc864169c5c78f8e5 1,305 0.45/1.00 vMB 29
560,304 560,304 0000000000000000002d1f8b6a19089375e7549bc7ed680cd6ed151e30e9c095 1,519 0.55/1.00 vMB 13
560,303 560,303 0000000000000000000b657f098257dd721ee20ef8a44acc8f6c08655598931c 1,032 0.35/1.00 vMB 5
560,302 560,302 00000000000000000022ecd59a1fd35af06f9f4d754ba159eadeaa09266c81df 2,508 1.00/1.00 vMB 16
560,301 560,301 00000000000000000026b4f58bc49d0edc26c014e05e3305ede800d529a16b9c 2,227 0.77/1.00 vMB 12
560,300 560,300 0000000000000000001ea396cda2f04ec12d0cf4c5de5b0f1abf09a037430b22 1,695 0.66/1.00 vMB 8
560,299 560,299 0000000000000000002cb3a00fea0674908df4a4ce0204fe5f1c32f312a69362 2,027 1.00/1.00 vMB 5
560,298 560,298 0000000000000000001e2a167485bc78b03a218e2f2a5acea4a1d0eff2842ba0 2,574 1.00/1.00 vMB 11
560,297 560,297 0000000000000000001743e79685663c433b76f52ea1369805e7b1d2bf0496c2 2,762 1.00/1.00 vMB 12
560,296 560,296 000000000000000000255cfc60422726be7f0ba6d96b60b66ffc54c50f8b8d5b 3,052 1.00/1.00 vMB 13
560,295 560,295 0000000000000000002805d6263b4f0f137363a20136ac7beba5181171282cb8 2,895 1.00/1.00 vMB 52
560,294 560,294 00000000000000000018e3eabc663d1ad67a82ba5b181da53bad6d9b46e3a15b 1,589 0.51/1.00 vMB 12
560,293 560,293 00000000000000000022dc0f79b6f9d66677ed1a400f11400471dd111e52d212 966 0.31/1.00 vMB 14
560,292 560,292 0000000000000000001ce03bcf16e24ca002b30ba90d43b2d36cf53e3fd89156 2,369 0.92/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.