Loading Tool

Explorer IconExplorer

Memory Pool

82,676 transactions
31.28 vMB
0.12667248 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt 8c1ee7223bf83a43895753fe8dda65f46f2a2ae46af6d36f3a6a55118d99b5be
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 4911912ec47be07dd497361781a7a8359276d01c48847c0f52a3e7b3eb190d2b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,072
Size: 1.00 vMB
Total Fees: 0.04400599 BTC
Feerates: 318.30 > 4.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (56 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,345 915,345 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4 2,308 0.77/1.00 vMB 2
915,344 915,344 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328 3,775 1.00/1.00 vMB 1
915,343 915,343 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6 1,248 1.00/1.00 vMB 1
915,342 915,342 00000000000000000001337474d7c077c582733fc9b861186985eae0800fcf91 2,323 1.00/1.00 vMB 4
915,341 915,341 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d 679 1.00/1.00 vMB 1
915,340 915,340 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19 994 1.00/1.00 vMB 2
915,339 915,339 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24 2,057 1.00/1.00 vMB 2
915,338 915,338 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd 3,478 1.00/1.00 vMB 1
915,337 915,337 0000000000000000000032dc3ab471a5d30d05c4476b24c36221c095aaa327ee 2,379 0.61/1.00 vMB 1
915,336 915,336 00000000000000000001cbe487183ac4d5d178fa1499085c238c7707ef7426db 2,521 1.00/1.00 vMB 2
915,335 915,335 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d 3,961 1.00/1.00 vMB 1
915,334 915,334 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee 3,209 1.00/1.00 vMB 1
915,333 915,333 00000000000000000000f3a2a6c5db3965cc2f9112ac896dc86beab278f4d481 2,547 1.00/1.00 vMB 2
915,332 915,332 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321 4,063 1.00/1.00 vMB 1
915,331 915,331 00000000000000000001c9a0bfc95ee466302ac4a5ca5faccc359946d3ec2ec3 3,812 1.00/1.00 vMB 1
915,330 915,330 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3 2,648 1.00/1.00 vMB 2
915,329 915,329 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f 3,925 1.00/1.00 vMB 1
915,328 915,328 00000000000000000000b4e131524387d4f14e6d9fd60bcfbb2bf2b4f8a5eeda 1,635 0.46/1.00 vMB 1
915,327 915,327 00000000000000000001cab081e672304ec3bfd8e687c0653bd5ef0ff7570b47 2,510 1.00/1.00 vMB 2
915,326 915,326 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b 2,277 1.00/1.00 vMB 2
915,325 915,325 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f 2,292 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.08 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: 722.26 GB
    • Received: 18.39 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.