Loading Tool

Explorer IconExplorer

Memory Pool

61,374 transactions
29.62 vMB
0.06744456 BTC
Random Selection Loading Transactions
Max Size: 164.97/200 MB

Candidate Block

Mining Attempt 5e5372ff2e55f89d1f1d40acab30e86eec155dc346eee8125517b18f481303eb
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root f0467b80bb28e6c826c21d31ec259d2ec0fbcd10e17f07df86656a5c7a825fc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.01042738 BTC
Feerates: 150.93 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (126,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,076 788,076 0000000000000000000079fcaa79aebf524644c5821a9a2a20ec96812aba1d05 4,370 1.00/1.00 vMB 142
788,075 788,075 0000000000000000000146299eaec7c8fa9352f6a70276486ef7c55d2663808b 2,408 1.00/1.00 vMB 162
788,074 788,074 00000000000000000002fccc78ea8706c842e2c49a68186ff42521f50268cee5 4,453 1.00/1.00 vMB 67
788,073 788,073 0000000000000000000384e622e989d24853c014286c4c38c151f13658e9104b 4,316 1.00/1.00 vMB 87
788,072 788,072 000000000000000000027bcc30da3e2780eb35c5a36e7009cfed0d73d7bb025e 4,513 1.00/1.00 vMB 71
788,071 788,071 00000000000000000005497897b8c58db79f0ca2d5f1c5bb32da514df9ce7515 3,295 1.00/1.00 vMB 29
788,070 788,070 00000000000000000003cb55c044f9977753af20b3148a556ddd0139623ca544 4,373 1.00/1.00 vMB 79
788,069 788,069 00000000000000000002f3c871e44dfaeaac4374f0723c9a4db646690abbdbf3 5,023 1.00/1.00 vMB 38
788,068 788,068 0000000000000000000445b42df6aad9c6d439fa30ef54d71348ff6116cc1acc 1 0.00/1.00 vMB 0
788,067 788,067 0000000000000000000031f555020673ca50f98b6def13204811827735fb2d8e 3,876 1.00/1.00 vMB 42
788,066 788,066 00000000000000000003d5d32e47901e224c5436a6369172dabd1539cd29e460 4,134 1.00/1.00 vMB 69
788,065 788,065 00000000000000000005aa653bfe8941ebf48623a427b3518c2c05b156dd171d 3,825 1.00/1.00 vMB 75
788,064 788,064 00000000000000000003a05881077cd6a5c4ffc80c9c7a9563fe3d5af70f29a2 3,076 1.00/1.00 vMB 34
788,063 788,063 00000000000000000001472dbd70c8898f9c2e26e3f0cdc0a3fcd5119173b6e2 4,839 1.00/1.00 vMB 31
788,062 788,062 00000000000000000004a1f52aa1c407f9b40fbff7faa22e937f913e3b4e5a55 2,780 1.00/1.00 vMB 43
788,061 788,061 000000000000000000013509842b8162526a7bc7ceea4f8c1b946e7bd5fa37c2 3,011 1.00/1.00 vMB 144
788,060 788,060 0000000000000000000059c005bc8689ef7c4935034c201f94a0ef54d60b8aac 2,719 1.00/1.00 vMB 113
788,059 788,059 00000000000000000001cd73b8caef7a5d865cb70353e649a89d80024c1d3285 2,729 1.00/1.00 vMB 123
788,058 788,058 00000000000000000001069aadbedc85f741d6e1652de2686b4cfa12bffc48ee 2,867 1.00/1.00 vMB 91
788,057 788,057 00000000000000000001cdcc56216ef3a521302c5daf3780f559bb1d584c1628 3,728 1.00/1.00 vMB 119
788,056 788,056 00000000000000000003130821d12d1087c0bb24872d5210040a481594d446f1 4,953 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.