Loading Tool

Explorer IconExplorer

Memory Pool

75,724 transactions
30.61 vMB
0.09342573 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt a26585c62f753608f63b39479ee17a12a52e6652fdac2ee02317b20968e39983
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 14616f7129b4abcfb9731f932f0241e288adb8a542dc63eb499e6d5d3eeccad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,743
Size: 1.00 vMB
Total Fees: 0.01867716 BTC
Feerates: 265.25 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (440,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,402 474,402 00000000000000000185b6ab559e76c4342345f857b8ec052149cb949f28de5f 2,337 1.00/1.00 vMB 94
474,401 474,401 0000000000000000002e72605371a692c16e59239e04b3b1241d4c414951f9ba 1,640 1.00/1.00 vMB 186
474,400 474,400 000000000000000000de090ccd93e3d07eea4e57cb96f229ed1a0f3f33f58ef7 1,857 1.00/1.00 vMB 211
474,399 474,399 0000000000000000006e406efb7676489ab2fc2a5f35a6cc6f6ae410db7ccbbe 2,078 1.00/1.00 vMB 227
474,398 474,398 000000000000000001202ba382de888c56af66c9333ea2e95c6d8131b520a48b 1,847 1.00/1.00 vMB 107
474,397 474,397 0000000000000000000a771ac9719a6d062ad4a8f76c48c5859c50060ca3641f 1,537 0.75/1.00 vMB 207
474,396 474,396 0000000000000000012808f42458f7de1f07526c0247bc2c43c971940f9a89f8 1,999 1.00/1.00 vMB 50
474,395 474,395 00000000000000000121c440db900a080cce38b8340448f20dded92860432b0f 2,142 1.00/1.00 vMB 208
474,394 474,394 0000000000000000011d0671a982a7825b77f9e15b896d0813f60a596e08e1f8 2,280 1.00/1.00 vMB 245
474,393 474,393 000000000000000000817c8b61cae9b2d1ba0f4674daf6925835d6d38a2468f3 1,754 1.00/1.00 vMB 197
474,392 474,392 000000000000000001877676801d8a3b5e20f1ddb2d8ca0704bb5d8d5797e394 2,484 1.00/1.00 vMB 73
474,391 474,391 00000000000000000188660f4ea44c31b0ac0eb45e666a1f3a3bd733e3c41f12 2,668 1.00/1.00 vMB 64
474,390 474,390 000000000000000000edddffe4273ffd5d7deab57d6bc102974c3a7e81c28631 2,187 1.00/1.00 vMB 220
474,389 474,389 0000000000000000013ddd1454e12e8aad218a46ba346d83ef910a65d7bcb22e 2,528 0.99/1.00 vMB 145
474,388 474,388 000000000000000001290d6707c8d3604c796cac95a4d86bea4f196e4f19038f 2,213 1.00/1.00 vMB 210
474,387 474,387 0000000000000000003fa70698b550fce46f699763ea54cf61fb8bbeabd73177 2,527 1.00/1.00 vMB 308
474,386 474,386 00000000000000000010dd2f9ed702ebd39f7bb6920fa6f01dd78e69df06f838 1,807 0.99/1.00 vMB 240
474,385 474,385 0000000000000000016b1b18e8512fb4eb7b438193fbfad935dd5ccc962e9639 2,508 1.00/1.00 vMB 343
474,384 474,384 000000000000000000bbd564ad93be3c6b8ed57428e8f4d728c9702bd20585c5 1,909 1.00/1.00 vMB 134
474,383 474,383 000000000000000000378bf489e0f7203f4ce8da89463815c86000f4affe7987 1,920 1.00/1.00 vMB 151
474,382 474,382 0000000000000000014b5e4dc27a15a87fcee6ea9a6600a5083c0e36e9a91b71 1,693 1.00/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 782.49 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.25 GB
    • Received: 15.45 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.