Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt 1fbc8b8138f16880f1f2147a9817ccfa2ff9a62c0ac96789e960c13b4bc4a096
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (434,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,456 480,456 0000000000000000009e06606fd6aca2057146c01736ecdd7b3886ecc80d631f 992 0.99/1.00 vMB 70
480,455 480,455 0000000000000000002653b50154f55bf09fdfdc269c14830ae198f3cd666ca7 1,895 1.00/1.00 vMB 78
480,454 480,454 000000000000000000b18a2e4355b95fdf0a726ee1b6584d89350f70228d136d 1,847 1.00/1.00 vMB 98
480,453 480,453 000000000000000000b40851b4c623f52e4db89ef292f4b24d73fa4461409a0b 2,070 1.00/1.00 vMB 208
480,452 480,452 0000000000000000005315322533ffbbd51e296ed2f5c7a26dadde4850627e5a 1,764 1.00/1.00 vMB 72
480,451 480,451 0000000000000000001c1d8dab55ab24b5567d5fb0304e68c5513ed606aa5c62 1,962 1.00/1.00 vMB 145
480,450 480,450 0000000000000000006a69d20821f0f67ea29ec907b2684fac7e004e47266530 2,123 1.00/1.00 vMB 167
480,449 480,449 00000000000000000087e9640c43b5f0aee9ce3fec39e7ab0508c854266434c6 782 1.00/1.00 vMB 33
480,448 480,448 000000000000000000491b9db3c39640f232b0b90933af9b9bee21257297ada6 1,642 1.00/1.00 vMB 56
480,447 480,447 000000000000000000d237a19c3af027e73200eeffb99479eed1c3b134a48cf4 1,301 0.75/1.00 vMB 117
480,446 480,446 000000000000000000f45287ad0ee5daa6501c15f62e0b331662fa74052fcb0f 1,360 1.00/1.00 vMB 87
480,445 480,445 000000000000000000c00a139dad34bf30e9b965180bb4339dfcd83dfedef9e1 1,591 1.00/1.00 vMB 127
480,444 480,444 000000000000000000c6bf50083a2a8c7a65b4bce5d10f738b18803ecc812281 1,896 1.00/1.00 vMB 174
480,443 480,443 0000000000000000009d8455d45dfe715f75eac7eba2d5ee251ad7859cf56968 2,302 1.00/1.00 vMB 242
480,442 480,442 000000000000000000a6de1f594395300b8de5e94b415fe73adacc888625d4da 1,999 0.99/1.00 vMB 115
480,441 480,441 0000000000000000002f14ee82926acbce93093af3223874c06a2de5089e1494 1,374 1.00/1.00 vMB 122
480,440 480,440 0000000000000000001d465a6dadba5bba224c7bc082d0ed4a401e61763e1420 2,288 1.00/1.00 vMB 206
480,439 480,439 00000000000000000125ae0ab03c439fb3ccdacd4a9676bdabb4edc8d8671911 1,812 1.00/1.00 vMB 158
480,438 480,438 000000000000000000d950e76bc6a412a8c8d9f2a97ada3c34736e01b24f7f47 2,844 1.00/1.00 vMB 257
480,437 480,437 000000000000000000619760ea12e52876317cc5b7334ef157805bc3570169bc 1,843 0.99/1.00 vMB 127
480,436 480,436 0000000000000000010c2e0d7117cc24cc4b033a83b42cecb3132fc2539684a3 841 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.