Loading Tool

Explorer IconExplorer

Memory Pool

77,676 transactions
28.84 vMB
0.07271783 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 57404c66754f1dab60efa0424876d65f7af2c32bc9b57788e73af29bd37c0c9d
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 9e459c1ed4687eef7d2594097a945bc650647b1cd2597ffd75f33924939981b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,881
Size: 1.00 vMB
Total Fees: 0.01267184 BTC
Feerates: 299.43 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (288,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,272 626,272 0000000000000000000d23fcab6ce03706bc05819393729cb61da9631457e872 1,937 0.99/1.00 vMB 14
626,271 626,271 0000000000000000000176379c4e438d09855fb56185be6959ddbbb6367a0c7a 1,161 1.00/1.00 vMB 11
626,270 626,270 0000000000000000000349dce82f0b31fc845d6f4d611b47d467721f39ec83dd 1,622 1.00/1.00 vMB 19
626,269 626,269 0000000000000000000b81a4415aad3dab8e4cbde0e521c99a2ecedf87b1fee7 1,632 1.00/1.00 vMB 18
626,268 626,268 0000000000000000000d6f598b244cbc74945d1ca1ed24348d30bef426bfc07c 2,257 1.00/1.00 vMB 30
626,267 626,267 000000000000000000007d2a6345ef1c8db10ce40b9c336522a59276f63629b9 901 1.00/1.00 vMB 79
626,266 626,266 00000000000000000010b0339da227d569d19cce3d25ea4ce748b2f8805df898 2,306 1.00/1.00 vMB 16
626,265 626,265 0000000000000000000ded2ec6c630ca14e2517df6786d00bc05306f7b48f848 1,592 1.00/1.00 vMB 3
626,264 626,264 0000000000000000000255bfeee98e873d37c1e05fb26c24e3190982a3359d50 2,175 1.00/1.00 vMB 9
626,263 626,263 0000000000000000000ccdf820338d74a1f3a9cda3670874f60fc80416f6a5c0 2,640 1.00/1.00 vMB 13
626,262 626,262 0000000000000000000917f86ff3bd3703f22ac240677f25aac7fcd0b9c942b3 2,523 1.00/1.00 vMB 14
626,261 626,261 0000000000000000000c0d41011200809851ada2fd406c9551d129fa4c075dfb 2,715 1.00/1.00 vMB 14
626,260 626,260 0000000000000000000b85bd78719b4028f8d34e8debd1e7d17df178c27df261 2,121 1.00/1.00 vMB 21
626,259 626,259 00000000000000000008e0ac89b42c72d89f8f5e8796b6075defbda116d95beb 2,743 1.00/1.00 vMB 26
626,258 626,258 00000000000000000012cbd11e5e33769a1a0e9c9cdbb02dc608d70341e52cbe 3,114 1.00/1.00 vMB 45
626,257 626,257 000000000000000000128b8a28843316be35c756ce9381d584fa345f959bdeeb 2,859 1.00/1.00 vMB 26
626,256 626,256 0000000000000000000a6c4c958cab0f5b894f71e170b106fb94cb5dc9ee5e2e 2,746 1.00/1.00 vMB 29
626,255 626,255 0000000000000000000a8a2ce7fce75b5af117f93e9e5af4fa6c8cb7bcc6047d 2,580 1.00/1.00 vMB 10
626,254 626,254 0000000000000000000497d34b3c5fb13ef22684420888fa8ee41bca48438e34 2,847 1.00/1.00 vMB 22
626,253 626,253 0000000000000000000b5237b4c240d068ec4678d70ba42c252224d231e51484 2,882 1.00/1.00 vMB 37
626,252 626,252 0000000000000000000aaa5cbe2045abc856fb4602d3e156ca531905718de29f 1,368 0.46/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.55 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: 669.88 GB
    • Received: 15.78 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.