Loading Tool

Explorer IconExplorer

Memory Pool

80,616 transactions
30.00 vMB
0.12275133 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 5b5c72597a34b3b5d932ebda94c6527b34db8c6de3c51eb9b092cfe3360ae3f7
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5c605f38d9c07033f1a62a6505429f7f2cf763660370cc3cddb3249dffd3b659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.05073335 BTC
Feerates: 242.90 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (636,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,061 279,061 0000000000000001ab95f005ddd2de0822c77edff2aa029c58c9937de9f3e2d9 110 0.05/1.00 vMB 40
279,060 279,060 0000000000000001afdbcbaebf95a62769671b53f2bcb027a4e98a52c7cd1bad 1,399 0.63/1.00 vMB 43
279,059 279,059 0000000000000002bf8b4b06aecf518daf7b3cbd09e1714e5b5328c6940b6455 36 0.04/1.00 vMB 10
279,058 279,058 000000000000000253c5d68c213f61886013e8acd59dc6e6f3abf89c0eec794d 11 0.01/1.00 vMB 27
279,057 279,057 0000000000000001d30b751b17d0a3a43b20cbf9e02935e38a8161873b529e59 262 0.14/1.00 vMB 47
279,056 279,056 0000000000000000b72c55a97bbd787a3185f497ab48cca27d859068d5d6a4fc 537 0.25/1.00 vMB 48
279,055 279,055 0000000000000000585a2412496346c1e5ab15d502d7e47bb73f90e2e715534a 91 0.21/1.00 vMB 11
279,054 279,054 0000000000000002a8178dfda836fb22cfbeff4c66f26c762c405145ea9202f5 586 0.25/1.00 vMB 55
279,053 279,053 000000000000000112a069cf0e10292d1a4e0ae96c38ccb409185b68143f74e0 126 0.06/1.00 vMB 75
279,052 279,052 000000000000000245be06c2ef29f3a9d81e54eb3217e7b3bf89ad8d10518d67 245 0.15/1.00 vMB 33
279,051 279,051 0000000000000002ee9bf67eac815198e729104e1ebc5234b8c77986aadf7bfd 123 0.15/1.00 vMB 12
279,050 279,050 0000000000000001a53193363178544ff9032fdb6f96654fd312c7cecc2dac45 572 0.25/1.00 vMB 40
279,049 279,049 000000000000000025b72009edeaee4c3fdf84bc86da2385a773c6716e1c9756 417 0.21/1.00 vMB 55
279,048 279,048 000000000000000244b6f5e8d2bcff936db2f78c872884bdcb874d8942e6a753 340 0.25/1.00 vMB 38
279,047 279,047 0000000000000002aa8c7f7dfaa0e95dcf2f2e4de5ad6f6b200f66a6b4a49e41 204 0.15/1.00 vMB 29
279,046 279,046 0000000000000000b6459a71793eb6571ad8fd6bdd91d5febd0dfb49bd61665c 183 0.08/1.00 vMB 35
279,045 279,045 000000000000000262e59c10f80bcc530a451fe8430f2939b7ee45e5d6138629 74 0.03/1.00 vMB 45
279,044 279,044 0000000000000001586ec819acd362fdfb96a416d04e34b9b67c98c93b800d7e 204 0.10/1.00 vMB 51
279,043 279,043 0000000000000002d58a8deb6f1a9f660adb71ba2eb9c24ea4c92ad5548cb04b 340 0.16/1.00 vMB 40
279,042 279,042 000000000000000240508929ae9acb798afeb91e3a8d8c58db329486718f13d5 110 0.05/1.00 vMB 84
279,041 279,041 0000000000000001d1819d7fcaf5c588e698bb621ce6f6a857a9bce37eabbd2d 278 0.18/1.00 vMB 38
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.15 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.