Loading Tool

Explorer IconExplorer

Memory Pool

41,978 transactions
18.29 vMB
0.18268079 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.01/200 MB

Candidate Block

Mining Attempt 4803533cdbcb0d4d3c1f36f4328de8b3d53e91b4119a28ebca963662560caf34
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root a865a3686cfcab79a7e4edfb90ab79101f64111e1e3b2805506799416121c195
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.06061167 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (663,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,483 249,483 000000000000000b93c865e055d33d1a19206cca55046c14caabee5cd58f80d0 208 0.11 vMB 94
249,482 249,482 000000000000007e7132a76279d3f11a89355f31686b6c51bb10179389633fa3 483 0.23 vMB 84
249,481 249,481 0000000000000039c7d5a2562d1446298da62f5681cd5f928e03cdc133dca21f 427 0.25 vMB 101
249,480 249,480 000000000000007100ec61f56e28a8c76d1cda632f549c334905d528202b0757 512 0.18 vMB 203
249,479 249,479 000000000000004c120951686854654cdf2cc36cfe04146cb633fd63473a3542 246 0.10 vMB 177
249,478 249,478 00000000000000887dee6ebbe0deb3f6fdc8f8a4beddaec008276d3540c844fc 256 0.10 vMB 92
249,477 249,477 0000000000000066d35c2e30a2a6ee77751ff4078597f2a336c45daf1d66e02b 97 0.05 vMB 151
249,476 249,476 00000000000000581ae0038d81ab36bd0d60cf49f39ac635932fd7b43eddfe85 404 0.15 vMB 134
249,475 249,475 00000000000000741e7328f6e663807bdc340a58afcb11752299277693fa1839 256 0.11 vMB 122
249,474 249,474 000000000000003683a29360731fe09364243a4d23d974326001cdea2b79fc87 59 0.04 vMB 60
249,473 249,473 0000000000000086d8aa40f4c13906bcc82ebcea12bc9f3d717980ba44fba366 125 0.08 vMB 122
249,472 249,472 000000000000008782d39c7b616291d3059e87893e928a5e2ae50cb1da13b705 659 0.31 vMB 121
249,471 249,471 000000000000001ccd35cd502c947c545e07c94265951a4f1c48cd9a697ee868 218 0.09 vMB 119
249,470 249,470 0000000000000057a6affe26a851c72da6ee8005bf7fb61d84ab46549ab512be 243 0.11 vMB 114
249,469 249,469 000000000000005d93c3fd91e74f5a4f28a4931eb12c1bccf34b22bb29965b21 72 0.03 vMB 75
249,468 249,468 000000000000004fbc0aee5552efb12867943caa5b6856b80fcc22bd27b7560e 145 0.06 vMB 92
249,467 249,467 0000000000000067da07621e472b4c45a33047d10c29f131d61fdf4d42f67278 386 0.18 vMB 95
249,466 249,466 0000000000000062286bf6b98fad2fae9dde8f3a4b0804caec499f308a6d4fe1 1 0.00 vMB 0
249,465 249,465 000000000000000d7a6608d33b6b1ecdae59ee836b84422b94e38d63627ed8e2 187 0.11 vMB 112
249,464 249,464 00000000000000571d977f0b7f0ac9b3b7fc41cc0ed95df6486ff97c5a0704c6 658 0.36 vMB 51
249,463 249,463 000000000000004274fe3bab2b4130be5f7cc919a0ca4797cb2520363b3c635c 535 0.25 vMB 158
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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