Loading Tool

Explorer IconExplorer

Memory Pool

46,777 transactions
28.07 vMB
0.07725573 BTC
Random Selection Loading Transactions
Max Size: 147.77/200 MB

Candidate Block

Mining Attempt ffeac379e82863dff004f49356244a4b5b1803a3a79d4fa7b90dd243f1a6b27f
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 6e8268ee4e0e9edb529479bb2a149e164d0fe749dc51299448750a6e25649dd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.02318463 BTC
Feerates: 100.36 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (459,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,410 455,410 000000000000000001748f782c570a42d1e34b2c7f0dc69ea654b73021df7f5c 2,840 1.00/1.00 vMB 189
455,409 455,409 00000000000000000193e959559acab4280c50d21384b5c8a502cb620cf5ceb6 2,303 1.00/1.00 vMB 123
455,408 455,408 000000000000000000e70773ba19c68dfefc5dc93ff835b1ac4e5ede094bd6b5 2,135 1.00/1.00 vMB 146
455,407 455,407 0000000000000000003cb031d0b2680a91e63ecb50e2f2daaea8e46418c1cab2 2,052 1.00/1.00 vMB 145
455,406 455,406 000000000000000001b03454e7cddcea41aee2c271ddd22de8fe53176290257a 1,074 0.37/1.00 vMB 199
455,405 455,405 000000000000000000bdb22f594c3bdb6aa1b4bd53fd058df2d6012368dfbcf4 927 1.00/1.00 vMB 82
455,404 455,404 0000000000000000003febc47d8cbfe92ed4a8ae45c487121e588f21db216741 2,300 1.00/1.00 vMB 153
455,403 455,403 000000000000000001e9829414b9a02e81ee72256d1bab708631917fba0884fb 2,269 1.00/1.00 vMB 103
455,402 455,402 0000000000000000026a002536a819a320211e0c46f013433955c675d33a9de8 754 1.00/1.00 vMB 88
455,401 455,401 0000000000000000022c5953553413e8ab832facfc7cb2b271c39be5171a28e2 1,258 1.00/1.00 vMB 101
455,400 455,400 0000000000000000011191b62ef4b16fe0dc2c0e57ea08e0cea89d5c79982989 2,028 1.00/1.00 vMB 115
455,399 455,399 000000000000000001738836c28eb95855da64f78dab39a2f258f96f9310a775 2,417 1.00/1.00 vMB 112
455,398 455,398 00000000000000000096e2e183a166107e3e55f2b66f2d070cb9db999c89ff58 1,586 1.00/1.00 vMB 168
455,397 455,397 00000000000000000052c4b9b473bd986f347a8d723aed2623f7e3daf7e7d297 1,806 1.00/1.00 vMB 92
455,396 455,396 0000000000000000010462f1cacb3d10069d4866330b511bc3a33cb134fdf13c 1,007 1.00/1.00 vMB 87
455,395 455,395 0000000000000000021283ad13cd1301ffa24e11e752d6f6b51a20dc6a42abe3 2,666 1.00/1.00 vMB 108
455,394 455,394 0000000000000000013618c080fd963119cf92ed7bffb4e1e5430b64ca34d472 1,938 1.00/1.00 vMB 131
455,393 455,393 000000000000000001c7d64439a4785d999ff5fa3f3d6a3be8e80c2cf9f12e34 1 0.00/1.00 vMB 0
455,392 455,392 0000000000000000002b4084a6440dbf4fb543da0fd5c5b17e4fc7a7c8192dc5 1,543 1.00/1.00 vMB 114
455,391 455,391 0000000000000000027c6624705f4dea79ce94c2c225238b087c7dda1bf5342e 2,180 1.00/1.00 vMB 129
455,390 455,390 000000000000000001a1193825e7e31305e16a818fb2ed8d20c3a8e8fa10aad2 1,816 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.