Loading Tool

Explorer IconExplorer

Memory Pool

22,348 transactions
11.67 vMB
0.04105147 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.38/200 MB

Candidate Block

Mining Attempt b1144abc108bcb4b8e4fc8be0628446f0c57a43448b5734922110dab63955f96
Version 20000000
Previous Block 00000000000000000001e55a45809da656cb1d2d7682a7cefc1cae1e30b2db7a
Merkle Root 8f9ea429c9f0cd1fe0022b7757d7ac0e078e75c36ee2582b27e29e4ff56035bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 0.99790575 1.00 vMB
Total Fees: 0.02172074 BTC
Feerates: 100.41 > 2.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,726 (739,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,534 174,534 00000000000006b1882e112637d3ba55367e6c0bd8af2c90eef0f058cd684ecf 137 0.04/1.00 vMB 56
174,533 174,533 0000000000000022bf50c442974b9dbfacfb94d2bd6fe46e9fca54ed73c8c4d3 32 0.02/1.00 vMB 25
174,532 174,532 0000000000000099cef1a135d8dd152e9e359c5723448ba0b72ca4e8849084ec 75 0.05/1.00 vMB 101
174,531 174,531 00000000000000790450018906fbed3412e7956a4d44812da11b458c7a4c2267 133 0.05/1.00 vMB 58
174,530 174,530 0000000000000916fdfe640994b7efb10cf590bc6160b3523e748d85b78686ab 28 0.06/1.00 vMB 85
174,529 174,529 000000000000003157e33fcda2fb8e10f0db3328c9cfc01d3db62b93e8a4962c 37 0.03/1.00 vMB 158
174,528 174,528 0000000000000480019b382e6a65718b0c043b7cd06b3c80cfc4cc7013e11815 110 0.05/1.00 vMB 903
174,527 174,527 000000000000099d92f684299a98f2aa68004c0a2223cc71a1014e61b2db20ce 1 0.00/1.00 vMB 0
174,526 174,526 00000000000005e4bdd8b14ee3e94114734bf4e65ad22385ae2cd41d23b2eb44 66 0.02/1.00 vMB 16
174,525 174,525 00000000000002d4c88539519b34dc1e331c3625b01a7e63f37cb6e5da084ebb 15 0.01/1.00 vMB 78
174,524 174,524 000000000000072918c04cb8c474af85e2be4522ad9e751f6ba28fe98e925790 15 0.00/1.00 vMB 299
174,523 174,523 00000000000001c783decee7707e8c6409667c9812d30305788759dc785288a4 62 0.02/1.00 vMB 76
174,522 174,522 00000000000008f128499d76ad48f9aa1ecd5edb08335828628d54ebe1cc330c 38 0.05/1.00 vMB 105
174,521 174,521 0000000000000706fb4a2f02a48ebc327212b4eeae0a9032cd5dcc41a2edd451 17 0.02/1.00 vMB 22
174,520 174,520 0000000000000504f773cecc5054504672b66796566bd26d3424ff826e8b77fd 151 0.04/1.00 vMB 25
174,519 174,519 00000000000007fb52f284e0b6e0ec7a628ccc7267734feebe85d52b4c8f0348 24 0.03/1.00 vMB 7
174,518 174,518 0000000000000583b9f9322eaab0ee2cb4f1f0e4ad35b90f35319f4c4b2f2009 35 0.03/1.00 vMB 50
174,517 174,517 00000000000006e3512f5d13d81d34fcd55487c63624cf9137f186ef98548023 111 0.06/1.00 vMB 101
174,516 174,516 00000000000004a964f6c80420fc333c8a85c314b8b87fbfe29844b28bc3556e 122 0.05/1.00 vMB 55
174,515 174,515 000000000000022b84f19bc6523cd880c039f4327d740b614a35ff03038a8dfb 1 0.00/1.00 vMB 0
174,514 174,514 0000000000000282c1cc27deb9874a14cc7e5b7edd17f9cefcb86ef60e5bee47 24 0.01/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 780.14 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: 499.72 GB
    • Received: 3.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.