Loading Tool

Explorer IconExplorer

Memory Pool

42,795 transactions
28.54 vMB
0.15993377 BTC
Random Selection Loading Transactions
Max Size: 147.33/200 MB

Candidate Block

Mining Attempt 5d9eeee2b0d97d99107776497358f80311ff01970e30b17a6a64fa5e292b33ca
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root d7bd5b995bbadf15bbdc1d82eb9dd8bcce497063928a59b26fb6f95eda8db40e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.08824731 BTC
Feerates: 265.25 > 8.84 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (760,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,569 153,569 00000000000003f72dfb78ad472b38a19e2a05c56a00fb09b05d00e2f6b40963 10 0.00/1.00 vMB 17
153,568 153,568 000000000000029a9c50d6b312bbc3d8d53f94fc73454d1024a629ef8e71951d 29 0.01/1.00 vMB 157
153,567 153,567 00000000000006fb32868ee062aa97a34b7d1840d3c6230fffe52d3284e70ecc 70 0.02/1.00 vMB 19
153,566 153,566 00000000000007829335b07b8d21a67073d603d13c98e2f24436f6ae71267425 108 0.05/1.00 vMB 112
153,565 153,565 0000000000000cceb0848d58987f5ca040fea7f7f5323f1d7c2151ea0ba5befc 1 0.00/1.00 vMB 0
153,564 153,564 0000000000000a758913997181a46d4ed6f64e8a4615f3c000af4a8a290144dd 59 0.02/1.00 vMB 10
153,563 153,563 000000000000071404978c22974a0b62c2933aeb9022dbff6f35facd46a7d67e 8 0.00/1.00 vMB 0
153,562 153,562 0000000000000b946214414d96e2e280a1295ee8fc2a9cfa8a923ae2ea021c62 59 0.08/1.00 vMB 113
153,561 153,561 0000000000000919c7add7b91bb711df0f4e3d01814f0319d1ac2a2fc87b269b 70 0.03/1.00 vMB 463
153,560 153,560 000000000000021aa1cda777f6551e877c98f314af50f7fc41300b185bf0880a 72 0.02/1.00 vMB 46
153,559 153,559 0000000000000a39d6754b7aa1fa78d6a67481d16531ceb34b0df890a28fe0f2 25 0.01/1.00 vMB 21
153,558 153,558 00000000000005f55b88f70bcfbede0450406dec31e0214d95b6c229592fabec 11 0.01/1.00 vMB 93
153,557 153,557 0000000000000ca163c7329feb1d380d05f103858c7dc4485bb8c77bc10aa9a9 10 0.00/1.00 vMB 62
153,556 153,556 0000000000000b6c4308ed9939da5ec60ac8f0e9732ee8064bdccd78d51d07e1 97 0.03/1.00 vMB 81
153,555 153,555 000000000000020f1a70ba94ce688300176f8eb2c11517e4e5640e96c27d286f 80 0.05/1.00 vMB 88
153,554 153,554 00000000000006ade356c6de1f697bfad042c19fdbb4f11164f4e2231cf350df 24 0.01/1.00 vMB 298
153,553 153,553 00000000000002b8f5d80b7cbf43dd453c6d3648d601cd4135ace9cab5614075 88 0.03/1.00 vMB 1
153,552 153,552 00000000000002c052462686f7383cab907a9d0c66300233f2d1a1bd052c89c1 42 0.02/1.00 vMB 22
153,551 153,551 0000000000000c8682e622560c6a663d512236d3986d1bd7ca73cbc2302ff635 40 0.02/1.00 vMB 9
153,550 153,550 0000000000000042cc6849fef580fa0422c8090c01e82cbdb71136e79edbc46e 99 0.04/1.00 vMB 192
153,549 153,549 00000000000002ffd4e7581c8dea8218e650632a45405eb1bee1b79576ba8f0d 14 0.01/1.00 vMB 3,623
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.29 GB
    • Received: 8.71 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.