Loading Tool

Explorer IconExplorer

Memory Pool

53,674 transactions
29.73 vMB
0.10336066 BTC
Random Selection Loading Transactions
Max Size: 159.68/200 MB

Candidate Block

Mining Attempt 69026c26b798e5857b7710c07375a4302f390b79c19b31871a04e7444de6ac11
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root ab1e43a5aae26c6be4eee0c6a3c489ac2ad1e3ca042355b5ac436d00a09eca1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.03120767 BTC
Feerates: 150.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (231,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,374 683,374 0000000000000000000a3d4c7bbb7c0620dfc48654c39b35a1ff799b3145a6c4 547 1.00/1.00 vMB 38
683,373 683,373 00000000000000000009aa171780cad7b56504893dd75f2c420917cbd282d49a 215 1.00/1.00 vMB 15
683,372 683,372 000000000000000000035ce82395abfd737086ca71852a8f2f089ee2867be24d 652 1.00/1.00 vMB 51
683,371 683,371 0000000000000000000bcba59807540d6f7d91b5add7b6f3b837468ca47c65f8 1,084 1.00/1.00 vMB 14
683,370 683,370 00000000000000000000a0a447652a13d3e60efe49fdd425035b3bb39331b9df 1,167 1.00/1.00 vMB 27
683,369 683,369 0000000000000000000a9a7299e53c6a3defa09a8aa573635f2f515c0c98cfd2 2,601 1.00/1.00 vMB 69
683,368 683,368 0000000000000000000b0cd93a2e46e149fcff38510a43098ba752f76cd2cbb9 1,657 1.00/1.00 vMB 36
683,367 683,367 00000000000000000008d28982109160c3a480a61499cc7b13e27aed94f71d11 2,112 1.00/1.00 vMB 24
683,366 683,366 0000000000000000000590cdd6151367d0ad1890607a5671a1d8e8058a10a2ee 1,525 1.00/1.00 vMB 39
683,365 683,365 00000000000000000009585e7cb0ddf956419969c2bf354f39d048c812cd5846 1,671 1.00/1.00 vMB 61
683,364 683,364 00000000000000000003f5c1569546a68f825aa3bcd78a7d44729d877eb4280c 1,718 1.00/1.00 vMB 75
683,363 683,363 000000000000000000009e2b9100aa5841c538c04947707b9d1d72a9ca744782 680 1.00/1.00 vMB 44
683,362 683,362 00000000000000000009405b9f3061e477321a79ed9aae03b9449a87df30b03d 197 1.00/1.00 vMB 45
683,361 683,361 000000000000000000087af933463b0a37c95574878acd64c19cfab5aaad58e1 1,458 1.00/1.00 vMB 56
683,360 683,360 0000000000000000000555e871b6054cedef02f30185f7225d18089415a39b08 2,195 1.00/1.00 vMB 61
683,359 683,359 0000000000000000000093d5716e7ea2a0d1c2eacb5b3cd549bb08d41bde9f2d 2,383 1.00/1.00 vMB 68
683,358 683,358 000000000000000000008d8617e4af6dafbe7658f1f0e1aa536387a5b3e32d0a 2,903 1.00/1.00 vMB 80
683,357 683,357 0000000000000000000b789aed68b7327d1ead304dc5a154fb56c95d889af814 463 1.00/1.00 vMB 15
683,356 683,356 0000000000000000000258c29e2890d0e0e745892580ac0afd42e3d3c1320930 1,481 1.00/1.00 vMB 18
683,355 683,355 00000000000000000007d745ab4337b6ba548eb207789eb506de38b3ee8bdf5c 2,361 1.00/1.00 vMB 64
683,354 683,354 0000000000000000000218ebc1e01d0b3ad85ae888103b931e7d9ffa59d80310 1,405 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.