Loading Tool

Explorer IconExplorer

Memory Pool

78,114 transactions
30.09 vMB
0.11464493 BTC
Random Selection Loading Transactions
Max Size: 179.74/200 MB

Candidate Block

Mining Attempt f4847e84162ffd54125c4876f9af9ba5c0850a5f81f75cd281a3e39fdd288696
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0eb4c94d20f1ed3142ecad9a1bf5894ade3ba8d027ddfccf4a58351b04c3e95d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,639
Size: 1.00 vMB
Total Fees: 0.02839592 BTC
Feerates: 107.93 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (91,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,543 823,543 000000000000000000018106c75ca4b87bfdf9e6929255ec4b393682b26c4181 3,902 1.00/1.00 vMB 159
823,542 823,542 00000000000000000003d354f1f7b4d8bba3f1109d7f0e79901efdc8e3c1274f 1,934 1.00/1.00 vMB 135
823,541 823,541 0000000000000000000126719ba95ec35160fbc458963617d71ac98f9ed57f2d 3,962 1.00/1.00 vMB 207
823,540 823,540 0000000000000000000057c8d9003d26e2f522e3ff7342672b9fe62796fabfa7 5,376 1.00/1.00 vMB 121
823,539 823,539 00000000000000000002964c5cb0443ca22bfc52416ebd34f54e80e07bd8183b 3,690 1.00/1.00 vMB 144
823,538 823,538 000000000000000000028589e1a11aba3fe0c09fc0ecfca0f14a1bbbf6f851c5 4,798 1.00/1.00 vMB 132
823,537 823,537 000000000000000000039c03585238763f23bbef3ce9ac719428e10d69de0d0e 3,239 1.00/1.00 vMB 217
823,536 823,536 0000000000000000000028fabe03db8c5bf5a7f705569061f65c673e12e905f8 3,002 1.00/1.00 vMB 188
823,535 823,535 00000000000000000001d7756710ce3f43027c318a49f64eb81a8d209d5f01f0 3,965 1.00/1.00 vMB 175
823,534 823,534 000000000000000000001e57ed76514f4c27b7f9e85f3e205e689042b50bc6ea 3,779 1.00/1.00 vMB 132
823,533 823,533 00000000000000000000c841f560b62d2f8334a48e9f5c7c6ef56ac1041fad20 2,560 1.00/1.00 vMB 174
823,532 823,532 000000000000000000020adf530351154d0ffac813e2f707c56a5fa48f4c06f6 3,324 1.00/1.00 vMB 216
823,531 823,531 000000000000000000011deaf214f84e3295ae9fc0c156e8b9b9785962250317 4,250 1.00/1.00 vMB 154
823,530 823,530 000000000000000000008ce082235889f2080afc7d9b1c384fab79904faf3922 2,413 1.00/1.00 vMB 124
823,529 823,529 0000000000000000000129982088ba3f7e36c71d7562014152cdd27c15009126 3,137 1.00/1.00 vMB 216
823,528 823,528 0000000000000000000195f682409835986a6a0f126b6e11681fcdea21d3bc0c 4,066 1.00/1.00 vMB 169
823,527 823,527 000000000000000000032ff41e807d7fc0ce834940cfbffc3f883d8dc54244f9 3,230 1.00/1.00 vMB 140
823,526 823,526 00000000000000000000b8fb40f509c0381d126e4f021fb33f848344e094aa7a 3,132 1.00/1.00 vMB 216
823,525 823,525 000000000000000000017d0ea1ee9c5400c1996f9070649f29ba562ad449b7ba 2,733 1.00/1.00 vMB 271
823,524 823,524 000000000000000000015453335be3bd91a1634ac8c19d3bb38adcef2cdfba3b 4,130 1.00/1.00 vMB 166
823,523 823,523 00000000000000000000e9a9677918b43e2a6c84d6e6ccf00f3d9b48eae54576 3,418 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.