Loading Tool

Explorer IconExplorer

Memory Pool

77,874 transactions
29.41 vMB
0.10358740 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt b0a7aba523eeea0eedd133ab62b322572af0ae84c1041f10a82797023d412ba6
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (506,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,446 408,446 000000000000000004778f2511886c12cb4bbd294488ef384e3a75ea2471e0b0 2,527 1.00/1.00 vMB 67
408,445 408,445 000000000000000003cb91d7189daf27cf5b4dbf1a62cd3c8adba0a2523b28ca 1,462 1.00/1.00 vMB 34
408,444 408,444 000000000000000003ad7e83d11da9af67666e2a509717409fbc40d0779cd879 1,507 1.00/1.00 vMB 28
408,443 408,443 000000000000000000c5d2c812a180f7b858936c9248246d12ddf343e728c6f7 2,121 0.99/1.00 vMB 27
408,442 408,442 00000000000000000541224dd344d104de5aeb2f706b2c0a99da81079a27de04 3,540 1.00/1.00 vMB 77
408,441 408,441 000000000000000006181b472c1cc071f68ee39ce1e53e2d2bc0afcdb1048cff 2,486 1.00/1.00 vMB 53
408,440 408,440 0000000000000000048d0fec307c18c72faa1c8721a41e140a17acaad4792b7f 2,281 1.00/1.00 vMB 44
408,439 408,439 000000000000000005fe9113248a908aacb6578633761fe0cbd21a8aaca62ffd 1,362 0.91/1.00 vMB 26
408,438 408,438 000000000000000003a845acbf0b6dc667eecb6e61f0e9eff2123be76074b13c 2,608 0.99/1.00 vMB 82
408,437 408,437 0000000000000000018e54b6f26ab1ad3dcd3f594fb323ffd439959da92ba429 1,321 1.00/1.00 vMB 21
408,436 408,436 0000000000000000048c409fecd731762d672e6e6acdd260fcc0049206c79fde 1,855 1.00/1.00 vMB 35
408,435 408,435 000000000000000001ce3f0a5474a097cff1cc9a857d2c7f2181160de7e4bb20 2,056 1.00/1.00 vMB 55
408,434 408,434 000000000000000001f1f24fd7321f4f422d8bda9b280e7b702adba16ee5ea69 1,070 0.66/1.00 vMB 40
408,433 408,433 0000000000000000032ab072361eaf480799568044654e26efc869eb553843c5 2,557 0.99/1.00 vMB 52
408,432 408,432 00000000000000000453358c8d146bac8878c0943f49bc392db3798f03d46482 672 0.33/1.00 vMB 76
408,431 408,431 000000000000000001742d2c09cbc68316f12c5aebc1a6fcfc72ffdc9488bab2 690 0.41/1.00 vMB 31
408,430 408,430 00000000000000000187988fb57d5dc17da18b8d242b6cf90f864223aca762da 1,538 1.00/1.00 vMB 31
408,429 408,429 0000000000000000031e6c255d8f5c8de57690cf06ed83383852f8bd471cdd7f 2,276 0.99/1.00 vMB 44
408,428 408,428 000000000000000004d5e50745e872f0de3fe8cbc7293a0048ec2975e6e600fe 1,037 0.91/1.00 vMB 28
408,427 408,427 0000000000000000018d43c42f9eb6f0e5c9aac3ae5c50cb18ca5441f8fda6dc 1,035 1.00/1.00 vMB 22
408,426 408,426 0000000000000000010aee398a362938e67ff9ded5821e267f026e6b084bd5be 1,273 0.99/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 712.97 GB
    • Received: 17.26 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.