Loading Tool

Explorer IconExplorer

Memory Pool

49,317 transactions
28.49 vMB
0.13934030 BTC
Random Selection Loading Transactions
Max Size: 152.35/200 MB

Candidate Block

Mining Attempt 2dcf1735d6f486e2dc2b37088e6c03fb77057300ebd58923a06ebbb54da55097
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 346312248f0eba56d77cd4fc05322504ddd372163d9048804e795c9094f62185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,476
Size: 1.00 vMB
Total Fees: 0.08254955 BTC
Feerates: 301.05 > 8.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (353,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,855 560,855 00000000000000000003015a6f47446552ac642158d804a3ac2f29d2dd42bcea 3,099 1.00/1.00 vMB 16
560,854 560,854 00000000000000000011f97e5fc43058e0bb44a0392279ec18dacfbd4ab92dd9 3,178 1.00/1.00 vMB 19
560,853 560,853 00000000000000000023e742fc8a3a1c2cf91208f01f1a53fdf2ed240988240e 3,002 1.00/1.00 vMB 36
560,852 560,852 00000000000000000016ebb0c18fecff3b01f3ba01e38da083caccc975f48192 1,080 0.36/1.00 vMB 17
560,851 560,851 0000000000000000001e6a60162557a15e9a624ad46dd709a1cc7afbf945f1d9 879 0.28/1.00 vMB 15
560,850 560,850 00000000000000000007f5b7d686a3b455cf67c27400d56e708ad316ab82b5c9 436 0.13/1.00 vMB 15
560,849 560,849 0000000000000000000d41f11bb630d09480a893c54ece117f20124556d2b7b5 2,350 0.77/1.00 vMB 13
560,848 560,848 0000000000000000002b45f29febc4c8a4ff4dd523057b890a335489f7f50c2a 3,088 0.98/1.00 vMB 21
560,847 560,847 000000000000000000171a0ae3496ae7654d09b1bdd45f852f57c300213e22e6 2,582 0.92/1.00 vMB 18
560,846 560,846 0000000000000000001d0f74f0c77011bccb4ac1a70bf76b34b4a81e76e97e5b 2,277 0.76/1.00 vMB 13
560,845 560,845 0000000000000000001c0452c01e4fcdbb7facfb0fadecfa44053b61dab35748 2,750 0.93/1.00 vMB 9
560,844 560,844 0000000000000000000d0f368af0d40d0d80dd0eacd6f35ade8cc4bdf8903134 3,298 1.00/1.00 vMB 18
560,843 560,843 00000000000000000014f33e87773f5a83471901e7a911f330144036ff5f86db 1,805 0.57/1.00 vMB 14
560,842 560,842 000000000000000000288c0affc20afd6a3a378225c78fe9a2ae376314e3e118 908 0.57/1.00 vMB 8
560,841 560,841 0000000000000000000a05450fccad4701ea9fbca0ed9b7e73735600d3af823b 2,264 1.00/1.00 vMB 7
560,840 560,840 00000000000000000001d2a387a6f7745dcedc087e646f69f8cabc585d2c658b 3,104 1.00/1.00 vMB 25
560,839 560,839 00000000000000000009032ef3e1626293b4cde190009c8ddb7044eb8a6caff8 3,406 1.00/1.00 vMB 5
560,838 560,838 0000000000000000000b3b5d3f325d709d101629a1c57fc727ab5df6bd43e1c3 2,753 1.00/1.00 vMB 20
560,837 560,837 00000000000000000029d294a1cd8a9cc475d6f54525f3f77894bfdeebb17775 2,624 1.00/1.00 vMB 42
560,836 560,836 00000000000000000023e912d072dac34b322272a21944a6a5e3d57de74e982c 2,378 1.00/1.00 vMB 8
560,835 560,835 0000000000000000002e3668bcbcdda2c1ed47440c01a335e73ab33fc698b781 2,949 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.