Loading Tool

Explorer IconExplorer

Memory Pool

83,185 transactions
31.15 vMB
0.09319051 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 0368de0e1f477e4bfa81f248920d96932b470a746860fb49027bcdbd67d8d60b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root ee68fa7944222dd697c07497aa63f06afd3bdde3bb9c2c9dc5a242bbcd347c47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.02297307 BTC
Feerates: 301.57 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (636,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,072 279,072 0000000000000001ef81beb21c0981794b3a0d8e2daf42f73aa4a51e440c64e7 20 0.01/1.00 vMB 55
279,071 279,071 0000000000000000fc6e0c78c60a59e6d61f378fc58d6bd1a9491fc436793d03 96 0.05/1.00 vMB 34
279,070 279,070 000000000000000296488298b01da25202b5f8b1dd10fa9afedb5ea69a3f1a22 482 0.23/1.00 vMB 41
279,069 279,069 0000000000000002b2d53213b1c58a82f728e2c80583f769436d6a2177c48d82 448 0.23/1.00 vMB 37
279,068 279,068 0000000000000001a27b1d6eb8c405410398ece796e742da3b3e35363c2219ee 462 0.25/1.00 vMB 41
279,067 279,067 000000000000000027d4d014f6245170390ea904cec17d1761021d28049c20b9 102 0.03/1.00 vMB 58
279,066 279,066 0000000000000001c1d4289fd0db42581bc204ced2528f844d54e5e390abe510 101 0.07/1.00 vMB 13
279,065 279,065 0000000000000001b1ae2becdc789cdefd97c5e35857431ae88816e5412d8d4d 192 0.14/1.00 vMB 27
279,064 279,064 0000000000000002cd9e8faeee761ddbcf0ce29bc23f8f50d4c415db77602001 402 0.25/1.00 vMB 22
279,063 279,063 00000000000000005df47d9d1ed835313d8caf2ca29ec5b69322cf8b83728f00 724 0.25/1.00 vMB 71
279,062 279,062 0000000000000001ec9dc09d2d5dbeb165b1408408865b16c7f1fa8b25467d70 26 0.02/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.55 GB
    • Received: 16.92 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.