Loading Tool

Explorer IconExplorer

Memory Pool

44,791 transactions
26.90 vMB
0.06614786 BTC
Random Selection Loading Transactions
Max Size: 141.75/200 MB

Candidate Block

Mining Attempt d95d5c3d076c7d0b74f84cafc571a2b32c53a1318f39fd9e72d51f4787f36781
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 2743ea7f68f08b0f3c8f902d1f9d8ca908ad28b6731ff07d797ccb94593eb803
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.01590146 BTC
Feerates: 251.72 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,415 914,415 000000000000000000018ce550d389390323cd81d07b72ed384d1888ec46f18e 3,391 1.00/1.00 vMB 8
914,414 914,414 00000000000000000000e9b095718b8fe53c46648ec7ff414689d930549284bf 3,838 1.00/1.00 vMB 9
914,413 914,413 000000000000000000017ed3fa8a315e30d6a38ae49ee316a5a0f8b1f8eca883 3,327 1.00/1.00 vMB 7
914,412 914,412 000000000000000000019d1466c8da69702e7732a24b4b2b9299338768046ab0 4,036 1.00/1.00 vMB 1
914,411 914,411 00000000000000000000a6df4aeea775b2e38cdc8c71d63e8a5221b9806cad3f 2,648 1.00/1.00 vMB 1
914,410 914,410 0000000000000000000118c42bcf8f7519f0d86a205df8b06834ad477d8480f9 3,698 1.00/1.00 vMB 6
914,409 914,409 00000000000000000000bf17b6f48d4c6d8eaf06ded8dd793b73e1f1271c7ae6 1,673 1.00/1.00 vMB 1
914,408 914,408 00000000000000000001d759b20ef64f999f29b21de23431f6083caae7e4d03d 3,495 1.00/1.00 vMB 12
914,407 914,407 00000000000000000001832fa43ee3940565b338759f47f6548c9a4ec1ccadf4 4,403 1.00/1.00 vMB 2
914,406 914,406 00000000000000000000d507d64cc79f8a7f485bccb19db868b888bbcc99c555 3,878 1.00/1.00 vMB 7
914,405 914,405 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84 3,296 1.00/1.00 vMB 13
914,404 914,404 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f 2,977 1.00/1.00 vMB 3
914,403 914,403 0000000000000000000048ace00f1641dc15248fc2fc2742944a845d6fb12f13 3,003 1.00/1.00 vMB 6
914,402 914,402 00000000000000000000aacee3d0faf2b22f3b966e3836c7cc9e870a4cab1ef5 2,938 1.00/1.00 vMB 5
914,401 914,401 0000000000000000000193cf6124fafcde4bea4e3849501cd177b3e255e38e24 3,744 1.00/1.00 vMB 0
914,400 914,400 000000000000000000006168f3bb35d0be5838936909bd3a7ef8c4beada77ed0 6,152 1.00/1.00 vMB 0
914,399 914,399 000000000000000000019ee627f4478a23ad06d0bb46c36ae45286e1438a0f88 3,674 1.00/1.00 vMB 2
914,398 914,398 000000000000000000019a0725ca2d0e21a923c8a725d5d1d79162ba450bcd64 3,793 1.00/1.00 vMB 2
914,397 914,397 0000000000000000000092b334296497f8a3def49a650eb86e037d9f7f8d3a4b 3,960 1.00/1.00 vMB 1
914,396 914,396 000000000000000000010d45092586522095682cd6543e139e7026f9f950712a 3,604 1.00/1.00 vMB 5
914,395 914,395 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0 3,515 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.