Loading Tool

Explorer IconExplorer

Memory Pool

80,886 transactions
30.09 vMB
0.12725814 BTC
Random Selection Loading Transactions
Max Size: 180.99/200 MB

Candidate Block

Mining Attempt 51f1bf96967d8b314bf1fcbaf33df05b6ebb7b9f8d2d2f17f6d3a0f0b588e19f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 8e0b224d5c642712fd04b434304ecfccf9ff53694170f7376ac1d62565f346e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,822
Size: 1.00 vMB
Total Fees: 0.05257532 BTC
Feerates: 242.90 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (348,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,474 566,474 0000000000000000001ebde8a81709a44e9f30d5d92dab7110a338a2ae1da663 481 0.18/1.00 vMB 21
566,473 566,473 00000000000000000014d00910efc2c793c961c4433d6fa85555c3d955a3418e 454 0.16/1.00 vMB 21
566,472 566,472 0000000000000000001d119abc57b1bf81e38c13d6e5b5f7dcdb4597edca35ec 365 0.17/1.00 vMB 21
566,471 566,471 0000000000000000002bc2c09fd00ba423944cd5a8d63ea50207fd672529c534 803 0.29/1.00 vMB 20
566,470 566,470 0000000000000000002d339231dc5db83f7ca65ccceed845b60baf9079e1460b 2,389 0.90/1.00 vMB 20
566,469 566,469 0000000000000000002da27ada83159c967d25740f359910f5198873de0b29cf 322 0.10/1.00 vMB 37
566,468 566,468 00000000000000000029936f2452aa444afb4b4b67d47bb4c76174648040a9ba 515 0.21/1.00 vMB 8
566,467 566,467 000000000000000000023eca4951c69d85107dfd8bd60231db5f603da7b6b9a9 1,869 1.00/1.00 vMB 20
566,466 566,466 00000000000000000028128543f439bbc9bbb41d44ddc21dc34f4da608aa09f7 1,824 0.73/1.00 vMB 18
566,465 566,465 000000000000000000263d0d62d6463b52c23444d671bd0fb3124bd935dad5cc 1,819 1.00/1.00 vMB 10
566,464 566,464 000000000000000000261532bba0aac1f312f8d3c3db91cbaa98000ef1d2758e 2,891 1.00/1.00 vMB 24
566,463 566,463 00000000000000000007dab1c3e334cf3f60ec69b72d45bd31b41e37e54a542e 2,396 1.00/1.00 vMB 11
566,462 566,462 0000000000000000000efdd57c7ec277c43e3b71bc0c7030294e24e84847721c 2,698 1.00/1.00 vMB 26
566,461 566,461 000000000000000000123b566f9e41f1ea7b929fb4936e9ca02a02a8dca85e35 2,937 1.00/1.00 vMB 29
566,460 566,460 00000000000000000023a307b93dfff36d4b5a71bb087beccebbb4b6b8b47530 353 0.17/1.00 vMB 13
566,459 566,459 00000000000000000028d47d54c903a6074e16010b3b016e39bda77d3e8460f0 46 0.01/1.00 vMB 21
566,458 566,458 0000000000000000002573ac0be1635360076e2942a49e2399209afc9af76341 1,246 0.47/1.00 vMB 22
566,457 566,457 0000000000000000000420a8d73e5cba69928a3093a6b24a2b4e62e141536bd7 599 0.22/1.00 vMB 35
566,456 566,456 0000000000000000001f82fcfa4504d1eb0afbec1e8fcbe5efaccd3206d9ce8b 739 0.46/1.00 vMB 17
566,455 566,455 000000000000000000261c7d3bbe7a61f2ded48430e576a1175ceda69db4324d 1,970 1.00/1.00 vMB 19
566,454 566,454 000000000000000000008eeedb07189ae12e80e3743cffcce202db8e9f6e5ba2 1,105 0.41/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.67 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: 673.33 GB
    • Received: 16.42 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.