Loading Tool

Explorer IconExplorer

Memory Pool

84,139 transactions
31.79 vMB
0.09814641 BTC
Random Selection Loading Transactions
Max Size: 194.37/200 MB

Candidate Block

Mining Attempt 759dd9f0d6ccc7ded6de3d934bcff182e3057b1bf500f41fad4066120f39b12b
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root d87917d05d3a36e1a5c3aa66734dd9835d0ddf5c15b84e80959a9780c1dc132e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.02264730 BTC
Feerates: 82.29 > 2.27 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (489,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,470 425,470 000000000000000001a9c56cc929051cf4a35682d5f34ae20b37ca5ad7246b8a 578 0.59/1.00 vMB 24
425,469 425,469 0000000000000000009fae38a2f849eaaad188dc641cea90b47b19197419ab33 2,659 1.00/1.00 vMB 81
425,468 425,468 000000000000000002b91704bc313b14f1d0f4209e8225b2e4020367d2fcae43 1,421 1.00/1.00 vMB 43
425,467 425,467 000000000000000001a3553be44aade7855c5fb311d67e0dab6106fae99b2d4c 1,500 1.00/1.00 vMB 45
425,466 425,466 00000000000000000211879c2e4f530e3149b0ba98601e533479f9672b221e40 2,030 1.00/1.00 vMB 84
425,465 425,465 000000000000000001991de152918e1722e13a678881cc0786169f5096bb37cf 1,522 1.00/1.00 vMB 53
425,464 425,464 0000000000000000035c959edae281eef283aaf3ad731ca918d84db54424d7ff 2,466 1.00/1.00 vMB 76
425,463 425,463 000000000000000003c1bce9733f37a2cb7b80b4b180f1b215c78a9ceb5489a2 2,910 1.00/1.00 vMB 88
425,462 425,462 000000000000000003ff357780bff3093ebc8861da86167880ab23d64fe98c23 1,059 0.53/1.00 vMB 56
425,461 425,461 00000000000000000462db72c79c532fb1c01a24ba7e3ac25ef8dadec9ccdf2b 296 0.16/1.00 vMB 59
425,460 425,460 0000000000000000025cac97aff792bb1f85daf2446cb6fe7d4de546a9f75c32 1,383 0.84/1.00 vMB 42
425,459 425,459 000000000000000001908cf6ea55d633ca0e6e3a597621e44fa0d07a8bfc566a 1,887 1.00/1.00 vMB 65
425,458 425,458 000000000000000002599432daf16800538a02c19fd2fa17235a86147bc84c51 2,238 1.00/1.00 vMB 77
425,457 425,457 000000000000000004f127f5eccc2a255491cdb4afdb751a9dd9fc8a3d86fa98 1,940 1.00/1.00 vMB 55
425,456 425,456 000000000000000001c7fc24eaf8c283e0a2f2278217aaf6dcc0fc9a53603d60 2,182 1.00/1.00 vMB 63
425,455 425,455 000000000000000004ea951c735ab43c22b782609f52e249a1070939ad7c7520 1,002 0.56/1.00 vMB 64
425,454 425,454 000000000000000001bd2a4b0a11508b8ce8e65583c929206f42c68ccb401024 1,417 0.67/1.00 vMB 64
425,453 425,453 000000000000000001330be7e69df70f1f5db83ab15e4dd5a4d20878d1067261 1,501 1.00/1.00 vMB 36
425,452 425,452 000000000000000002c39f3c3d932b50f76fedd99ea87eedfebe8ca3bc825e6e 1,444 1.00/1.00 vMB 47
425,451 425,451 0000000000000000049522d3c3a8bc6687ee639ecf43f1a9b6beb84afd9b7430 2,515 1.00/1.00 vMB 73
425,450 425,450 0000000000000000004b518c6080534fa4077c70c6fdbb63d894206a95c7718e 2,540 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.77 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.17 GB
    • Received: 16.86 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.