Loading Tool

Explorer IconExplorer

Memory Pool

72,431 transactions
28.32 vMB
0.07181119 BTC
Random Selection Loading Transactions
Max Size: 171.29/200 MB

Candidate Block

Mining Attempt b8513cf2f2788fa6a6ff4b2166a74aa5843ddb9c4a27cb4c9699309761684c75
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root ab22cc8bfaee1b82565ebc781c6e76003ef4df1f1df7045b35261288363af207
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,891
Size: 1.00 vMB
Total Fees: 0.00982900 BTC
Feerates: 107.33 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (42,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,529 872,529 000000000000000000002114fbfd25e77f088be5d32297869f96e0af93e567a0 5,645 1.00/1.00 vMB 8
872,528 872,528 0000000000000000000256d07960799451d7ce2fbcfbd18e4c352da0e0a6eee6 3,746 1.00/1.00 vMB 7
872,527 872,527 00000000000000000001616e123adf894732b5f26fc3b79ab6cf459af7c1f0fd 5,385 1.00/1.00 vMB 7
872,526 872,526 00000000000000000000e39780a81ebf064186763de586882e8debcd9567b71b 4,152 1.00/1.00 vMB 11
872,525 872,525 0000000000000000000247988519fee9debd359778cff397a118b37c189b1cc7 2,670 1.00/1.00 vMB 10
872,524 872,524 000000000000000000024c5c35a0af1c6123609a449425cd31433a8789608faf 3,307 1.00/1.00 vMB 15
872,523 872,523 00000000000000000000e1798a8f4ee8dcdfa75b2fc94e46128e0e83a2504260 3,082 1.00/1.00 vMB 11
872,522 872,522 0000000000000000000180da63c20dc0b1c4999daa38b14e5a7ea500a303a16d 2,900 1.00/1.00 vMB 9
872,521 872,521 000000000000000000006b408defa54113a307a1edb561bdda4ba4769a634abe 3,190 1.00/1.00 vMB 11
872,520 872,520 000000000000000000019c5479eb86db9eec9da04f5d367df9b811463ed11e82 2,364 1.00/1.00 vMB 6
872,519 872,519 00000000000000000002a62d03ab5a2736d6f7593db5a39cd16dc9e03dd72b4c 3,673 1.00/1.00 vMB 14
872,518 872,518 0000000000000000000108676d0b8e2d02f84b40e7888b44c9d8d604fd557d30 1,893 1.00/1.00 vMB 7
872,517 872,517 000000000000000000002c964cb03a7f5651eb575c5d10fe702752797894992d 2,029 1.00/1.00 vMB 9
872,516 872,516 000000000000000000015878ad47eb4b4b478661a38140fcb241d8603a1cf318 3,924 1.00/1.00 vMB 13
872,515 872,515 00000000000000000002898ad870d82f0e85f2f8796bfe0b32cdd6e809888095 3,430 1.00/1.00 vMB 16
872,514 872,514 0000000000000000000289be33d3a8f6d1d865d195bc3077609f051699c4af0f 3,522 1.00/1.00 vMB 18
872,513 872,513 00000000000000000001f3b38e8902dab65341780ff9e0904a1178eaf2c3e468 3,256 1.00/1.00 vMB 8
872,512 872,512 00000000000000000002723671340f03a4e8aaef5b1494b8e2f03f4336a4f3c0 2,755 1.00/1.00 vMB 6
872,511 872,511 00000000000000000000429965ac6ecb70de415669885bc4d7f7817753114f0f 2,623 1.00/1.00 vMB 8
872,510 872,510 000000000000000000010e8826203a64dbe29b5b66423cef7b0a2c74474ea420 3,143 1.00/1.00 vMB 9
872,509 872,509 00000000000000000001e10cc414e3a7e8a3c4b4ac6ab0afa7a31bb8aeb8dd6e 3,037 1.00/1.00 vMB 12
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.