Loading Tool

Explorer IconExplorer

Memory Pool

44,078 transactions
27.09 vMB
0.09310806 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 91f325323006c08471982427c3e639a032be1825e51426150730a35f75359adc
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (219,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,316 695,316 0000000000000000000290d91a919eca56cbfaf3704fb29c10197d4c4d69949e 3,530 1.00/1.00 vMB 3
695,315 695,315 000000000000000000132f1acb4fc9563e8fd69b7c49ef46ba841e037d2ca546 2,291 1.00/1.00 vMB 15
695,314 695,314 0000000000000000000baf95a61bfb1def3a9f141ff406aec681997b156deb8e 3,226 1.00/1.00 vMB 5
695,313 695,313 000000000000000000093970e7ebbfad7fa91a19e65c046c534e5f5478f2ed08 2,533 1.00/1.00 vMB 9
695,312 695,312 000000000000000000081b9d394545b811a0dd1e1277482853d1cc1261d65604 2,805 1.00/1.00 vMB 18
695,311 695,311 0000000000000000000066f2e0a0937b73c26a10d33fbf6d9d0811ebb4866dd9 3,027 1.00/1.00 vMB 8
695,310 695,310 0000000000000000000f696280176c6f3556f768bba77e38f573ff1915c87d42 2,580 1.00/1.00 vMB 33
695,309 695,309 000000000000000000013a3a31e1e1db668f15d8d140de2c3b158af93a0d926b 2,577 1.00/1.00 vMB 16
695,308 695,308 00000000000000000009818bb033a967a4f52f5f8fd248d253183413786b6e97 3,000 1.00/1.00 vMB 23
695,307 695,307 000000000000000000069ac67425363ddffd6c655d4c0ec064ec04455b054150 3,285 1.00/1.00 vMB 9
695,306 695,306 0000000000000000000ba99b3037999c03aa72d77c81ed98dbeff3c9b87cbc58 3,134 1.00/1.00 vMB 31
695,305 695,305 00000000000000000012c6d5a4ca8ab3f344781eaa1ecd6a91e39e83923b5e20 2,618 0.93/1.00 vMB 11
695,304 695,304 0000000000000000000388583d4d329e096dfda928e52023b0a7181ac27adca9 2,790 1.00/1.00 vMB 10
695,303 695,303 0000000000000000000f406371e5829002fb0f68297fda864ad3e9a1ef3d057a 2,797 1.00/1.00 vMB 10
695,302 695,302 0000000000000000001329e3588e370394ac93c798b04bdf75051b63a1d3ad87 2,552 0.87/1.00 vMB 11
695,301 695,301 0000000000000000000b77ccecf8ad07e2fd8f068df9e067d810bf22fd90f108 2,200 1.00/1.00 vMB 5
695,300 695,300 0000000000000000000445cad6f2637f62dbb4369ce2c8e2ae5a5211400c67a1 1,690 1.00/1.00 vMB 6
695,299 695,299 0000000000000000000c32c7785eef7ccd601fd8c5c3e100e214b75a2875f047 442 1.00/1.00 vMB 3
695,298 695,298 0000000000000000000c3f0394549e398edf134129432d36f5bc0e658acbcff5 1,676 1.00/1.00 vMB 7
695,297 695,297 000000000000000000020f6ca826e73841bba627b9a7e44ea343cb07cdb57ab5 2,405 1.00/1.00 vMB 20
695,296 695,296 00000000000000000002a72827290e8b2f6d5fa9428ce7f97245d2017ba60890 1,247 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.