Loading Tool

Explorer IconExplorer

Memory Pool

83,038 transactions
32.12 vMB
0.08308423 BTC
Random Selection Loading Transactions
Max Size: 194.99/200 MB

Candidate Block

Mining Attempt e1fcc2bd85d9e0416234c980fbde07214707bcb5c65ee40559c4d9b03b52a7cf
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 8c3c54b03521ddc8ef1b5cbc5061a6fbf0ba8dc830a838039a189070aef6db85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.01271789 BTC
Feerates: 146.96 > 1.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (470,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,223 444,223 000000000000000000b2746981fc10dd899f1e5ed58a297fc0f9d947e5d93ed4 2,107 1.00/1.00 vMB 68
444,222 444,222 00000000000000000264837fb02af24d815c500efa882cabc7068405155dd1a8 2,524 1.00/1.00 vMB 89
444,221 444,221 000000000000000000525a8468e36043fc79be3a656eb6611d474f26cc42ff1d 2,099 1.00/1.00 vMB 56
444,220 444,220 000000000000000000df6b408c8febb0ef363e8e42545bfcb44ca184cb311a1e 2,530 1.00/1.00 vMB 82
444,219 444,219 000000000000000002db40ff35bc985aca095ff9a905e0265001b2bd4af4b8d1 657 1.00/1.00 vMB 48
444,218 444,218 0000000000000000011fcc7381b0f1681cbf6e89cd55c8884c189fee2a55782e 1,735 1.00/1.00 vMB 59
444,217 444,217 0000000000000000001573f7bb13aeb1e9038fab15d2921c6a6b173f657627ea 2,331 1.00/1.00 vMB 62
444,216 444,216 0000000000000000024e49b5d9ee99cd935dceb3bcf70fb69b87398ef7bba358 2,228 1.00/1.00 vMB 71
444,215 444,215 00000000000000000086a6457a7aa3124534758a7e662d85727eebbc882ac43e 2,816 1.00/1.00 vMB 81
444,214 444,214 00000000000000000282e3fb30c6020be6fd8b07c124c7f092c662039accdcf1 2,406 0.93/1.00 vMB 96
444,213 444,213 00000000000000000155f5e626a693a1ef89798038f6342428f84e1f86ebabd7 2,434 1.00/1.00 vMB 74
444,212 444,212 000000000000000000e0f4e349996274d6ed877423d8df3aac65731078ebe6d9 2,169 1.00/1.00 vMB 97
444,211 444,211 000000000000000002e4b0cd69041fcef485cc978f9ced78175d1f9e2cf007ba 2,155 1.00/1.00 vMB 83
444,210 444,210 0000000000000000014fb7dfd9721d87e6633754e1c12d54d322f9c589816a22 1,975 1.00/1.00 vMB 73
444,209 444,209 00000000000000000352f89c5c2bcfe180fefcd7742edc1c3094c62ad2200155 3,354 1.00/1.00 vMB 74
444,208 444,208 000000000000000002aa97faf7f0bb64a3982856359eaa0633e733de7aa479f4 2,562 1.00/1.00 vMB 90
444,207 444,207 0000000000000000030473e8d443a5f78bf3139ce0f6c75c08cd4a593038d4fe 2,811 1.00/1.00 vMB 96
444,206 444,206 000000000000000001c0e88a07cb1ed5e59cefda1c83cade7f062c8900102a1d 2,673 1.00/1.00 vMB 97
444,205 444,205 000000000000000000f6b88dabced8efd08d8bcbdc3b4db143c1808bd9b0e666 2,543 1.00/1.00 vMB 79
444,204 444,204 000000000000000000c0dd7457e64719ed0544adf2edbc8ccd0e61ded86cedf7 2,388 1.00/1.00 vMB 85
444,203 444,203 000000000000000002092a6c88877711a94cda5c38cf39b62f7469fb996053d4 2,126 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.