Loading Tool

Explorer IconExplorer

Memory Pool

27,656 transactions
24.32 vMB
0.04628095 BTC
Random Selection Loading Transactions
Max Size: 119.91/200 MB

Candidate Block

Mining Attempt 3aa4ac6f6d3f028cfa044ba1c1aa263da1420226af22b0c0f4fa28b5affaab9f
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root d5b4251fab7e726ffae152dc7a86b4e210b5a0b52f01e37c5859fc3fa211c8cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.00332311 BTC
Feerates: 45.77 > 0.33 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (457,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,662 457,662 0000000000000000010eb0f6617adbf3d2ab287532846e7248dd4f248d24e0c4 640 1.00/1.00 vMB 53
457,661 457,661 000000000000000000222c0e02fd242bbeb949d609167db5d4cfe02e6fed6e23 1,140 1.00/1.00 vMB 73
457,660 457,660 000000000000000001a6226aa5e9d403f3f85f2ea45a7bd72784c96ac5614c50 1,671 1.00/1.00 vMB 82
457,659 457,659 000000000000000001feeecec645e141158e0018fb5afe5a4b0f16be1f6ba98a 1,883 1.00/1.00 vMB 142
457,658 457,658 000000000000000001fcaafe270a8ea96132c9f21fbaa6fd8ccb6757197d01c8 1,277 1.00/1.00 vMB 54
457,657 457,657 000000000000000000584ffb3983784b01ded42b6975d1e8d721f4ba07233108 1,863 1.00/1.00 vMB 180
457,656 457,656 0000000000000000013b30728cf922881b647115c0352ef954ee19edb5c9b232 2,055 1.00/1.00 vMB 148
457,655 457,655 000000000000000001f4c37a75ca452748cfb59efc9cb08a451604537fa8c407 1,556 1.00/1.00 vMB 108
457,654 457,654 0000000000000000017703aff0d5279c4501ec41b649db599057ea7ba8015aae 2,461 1.00/1.00 vMB 152
457,653 457,653 000000000000000000ab79e76ae76c8d6d7573125388fe2ac555d6fb56519622 1,692 1.00/1.00 vMB 60
457,652 457,652 00000000000000000227080d1a26632ae649880146df4ba33e70bb4501d8a811 2,369 1.00/1.00 vMB 175
457,651 457,651 00000000000000000203b1279e43dcf23dbbf5d11ad9267411bb0d7f6f66b9c3 804 1.00/1.00 vMB 69
457,650 457,650 000000000000000000a7e9c8428ed8e3931ae286274733ed2d97634aa9e7dd72 1,356 1.00/1.00 vMB 135
457,649 457,649 000000000000000000b7c57e37904ee9b0a800f1a42352b6f79f770d2a60664c 1,599 1.00/1.00 vMB 151
457,648 457,648 0000000000000000017d3e62dda8b0970403546057f4329b88cbe140fca5061c 2,162 1.00/1.00 vMB 134
457,647 457,647 00000000000000000113882a8b7d4a4440a4893dd7bad3743f69e167688602a6 2,357 1.00/1.00 vMB 165
457,646 457,646 000000000000000000477fdfd5ff83630c3a76126d8a4b89b950018060a1209d 2,295 1.00/1.00 vMB 204
457,645 457,645 000000000000000001e026d0b2ff76a24d8a53be8378856dff9fff83af702616 1,748 1.00/1.00 vMB 152
457,644 457,644 00000000000000000212692f22635a5c9b5b5e8c816aeb80c14ebe0aa5725b38 2,072 1.00/1.00 vMB 141
457,643 457,643 0000000000000000023044ad9dad066cd6aea9038f4d4d3fc5bf6987efe29f3d 2,523 1.00/1.00 vMB 205
457,642 457,642 00000000000000000124d5c5f63836ac320453c4df95d43e30bb6d01c966f456 1,256 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 781.86 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: 642.06 GB
    • Received: 12.53 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.