Loading Tool

Explorer IconExplorer

Memory Pool

45,682 transactions
30.70 vMB
0.12288550 BTC
Random Selection Loading Transactions
Max Size: 156.29/200 MB

Candidate Block

Mining Attempt 1624dd38e25973c7eb0835f751387d9830e7ee8973fff0b59dbd07db6bef51d9
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root cd2278de56a1b1c58810c0d4176754ee9230b2773663b39fd4263bfaf40fce2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,674
Size: 1.00 vMB
Total Fees: 0.05122846 BTC
Feerates: 150.97 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (880,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,905 33,905 000000001199d071619fd2bc81264d672cc3f6acc9381b21d15b6d21f2f22d5a 1 0.00/1.00 vMB 0
33,904 33,904 00000000718f57294d9edf9f637e7962bf6713cc026f2f1c0104073d34aa4c52 1 0.00/1.00 vMB 0
33,903 33,903 000000003cc862991a5043716adcfbac043bcd1390ee25d0cf19ee9c1c772ea1 1 0.00/1.00 vMB 0
33,902 33,902 00000000b0a50f33b4641281f877015630b58c68ba4b8e3929c812a8dbe69cbc 1 0.00/1.00 vMB 0
33,901 33,901 00000000d797e258eee9f823905365489bd869de4c2381ae3436f2f47d60bc0b 1 0.00/1.00 vMB 0
33,900 33,900 0000000024a17deaea0d79198447f1737df25b991c638bf4fb9a82686254dc37 1 0.00/1.00 vMB 0
33,899 33,899 00000000b11224693073a23992b6e75d60b33670c5ffd3c76e4899df692e586d 1 0.00/1.00 vMB 0
33,898 33,898 000000009d7b31522b8e9a66e73c2cdc9f07985c209825ffd28d88ad3595726b 1 0.00/1.00 vMB 0
33,897 33,897 000000005f4c2ec71c442dc0540928f610c5a2ade4b7356e7036c8c40c3322aa 1 0.00/1.00 vMB 0
33,896 33,896 0000000082b153eb36e9704793045c21b528081aed45a216368c67c0329f01ce 1 0.00/1.00 vMB 0
33,895 33,895 000000002a42e41bb7e681d39be6fbcb8fa4ede9a61afa39b95f23ccb447ae2b 1 0.00/1.00 vMB 0
33,894 33,894 00000000ab1e205dce66b5bf0df6fb1b12ab4154174b78cee355952aed8e049c 1 0.00/1.00 vMB 0
33,893 33,893 0000000053a40f2258c3f6cffe4e19541146ef4b95f7074d02866954ead3e337 1 0.00/1.00 vMB 0
33,892 33,892 000000001ee4df168d47f4a6d74b82c12eb157dedc30c3dbf91a3d4dce861635 1 0.00/1.00 vMB 0
33,891 33,891 00000000d4ef24534b5a195cc789d4bed39dca1a07d87226b878172302c5ed20 1 0.00/1.00 vMB 0
33,890 33,890 00000000cf2e552a258a026fb17a7eed4314d85be3e8128aaa6ff40d9ed4c0de 1 0.00/1.00 vMB 0
33,889 33,889 00000000cc64da78e82f1696bffb9fe8e58149ed9cc9411e7feee93826261baa 1 0.00/1.00 vMB 0
33,888 33,888 00000000804dd61f91f8927032c8517db5233eda549bb1658a970cb359194e04 1 0.00/1.00 vMB 0
33,887 33,887 00000000b834a3ea54391a752c8996b6db3f507abe90711822c624c9cb4f5f74 1 0.00/1.00 vMB 0
33,886 33,886 0000000014af6d3eb555cadd6f44d9a043f72fbd8e2a9f8adad1d318427c7576 1 0.00/1.00 vMB 0
33,885 33,885 000000004231b2fb5f923f8950e80f634aa4a5662c7c85ad96ae4fd6fb6e9488 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.57 GB
    • Received: 11.67 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.