Loading Tool

Explorer IconExplorer

Memory Pool

74,642 transactions
29.73 vMB
0.09716236 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 597ae24bba9552bb675a39df1a8dec22f8019d553a65881144ca8df02d42a80f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root fe7754b98cea7739b435639e2a763e1467768350e3c1d4bac381d96d7fa8bb80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,861
Size: 1.00 vMB
Total Fees: 0.02704133 BTC
Feerates: 150.36 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (298,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,262 616,262 00000000000000000003659e312eb4884dcd64f0110e793b2a96bc5713e65cd1 1,939 1.00/1.00 vMB 16
616,261 616,261 0000000000000000000a1ac91b5855166ffe8ca94e26f5c36d1c161dffe9c61b 3,149 1.00/1.00 vMB 35
616,260 616,260 00000000000000000001fef2f2e2bb38408fe2e15562979feebd3c45eeebfb6f 2,738 1.00/1.00 vMB 21
616,259 616,259 000000000000000000045d7b4977651e9383d447a90dae05d443ffeaa1cc41c2 1,463 1.00/1.00 vMB 13
616,258 616,258 00000000000000000005867fb0e35ced976c802f838e05a20084a5ae05564283 2,857 1.00/1.00 vMB 23
616,257 616,257 0000000000000000000509f1f107b00711135bb829b353fc6ea28d0f3332a696 1,507 1.00/1.00 vMB 18
616,256 616,256 0000000000000000000e83f37850344bd259e32e96db09eaa8b5e1789817af97 2,180 1.00/1.00 vMB 16
616,255 616,255 0000000000000000000cd7f3057708485d1c44d39b7fdd731e511711fbb74766 2,990 1.00/1.00 vMB 23
616,254 616,254 000000000000000000030f5ae94a892ba2dc1356e717af9bf87ba041dc6e80dc 2,543 1.00/1.00 vMB 32
616,253 616,253 00000000000000000000e2f7bac7f698645a9c9f6a3fa0663ebf3b8cbe87e42f 2,434 1.00/1.00 vMB 36
616,252 616,252 000000000000000000116a85b26743e7506f492b47ee18d3cae28d45d34501b7 2,822 1.00/1.00 vMB 21
616,251 616,251 00000000000000000002d02311351e6a21924bcdd7ae5a890757f86e535fdedd 2,897 1.00/1.00 vMB 17
616,250 616,250 0000000000000000000abbd7c1b10e4697962b3ed57b2fa0c1cf11bfeb3d1495 2,034 1.00/1.00 vMB 22
616,249 616,249 000000000000000000102af414416d4ee5fb709a2c139a95beceadaf59f1dff7 1,748 1.00/1.00 vMB 21
616,248 616,248 00000000000000000001769ce3ee62162439a204c7f2f7a6c868da7cc1101412 2,911 1.00/1.00 vMB 20
616,247 616,247 0000000000000000000d3438f1e266cdc2b4709d03e0233907cd7982063068ee 2,881 1.00/1.00 vMB 36
616,246 616,246 0000000000000000000ac26b6ddee3dd7f8cec671c1a406dc34ee3fe7e730d53 2,777 1.00/1.00 vMB 31
616,245 616,245 0000000000000000000bb24af4aff193ab4c754b6febdbdfb03e72087ece2cc4 2,940 1.00/1.00 vMB 28
616,244 616,244 00000000000000000002ac9f3870da8efdb43752d96e02229de3b945f7a4b6a1 2,758 1.00/1.00 vMB 32
616,243 616,243 00000000000000000000fb214f99c4f67d7080e3b588a34f09868ca1c54d0565 2,482 1.00/1.00 vMB 34
616,242 616,242 000000000000000000079cc57803ec36f079fc470eb64e3878c101f24417be72 1,867 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.