Loading Tool

Explorer IconExplorer

Memory Pool

43,781 transactions
28.31 vMB
0.05705975 BTC
Random Selection Loading Transactions
Max Size: 150.40/200 MB

Candidate Block

Mining Attempt 0bbcfaaa5749f891b5a00b17b43891cbc8d4d96dbf15b14e711d13725985c3ee
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root e17732346e09d08502afe71caa89b8bc44c68eadffd663bb1c2212b95fc12731
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,300
Size: 1.00 vMB
Total Fees: 0.00354062 BTC
Feerates: 43.26 > 0.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (456,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,073 458,073 0000000000000000022620c3ce0645996c41c5b0e464d79079e10af84a08c14c 2,229 1.00/1.00 vMB 190
458,072 458,072 000000000000000000fc3c7972e1599952ea19a7ea2a9d325b321495919abdaa 1,455 1.00/1.00 vMB 245
458,071 458,071 00000000000000000201883b50bb52448bbd5e91fa26dcd56873fd59352b86ec 2,270 1.00/1.00 vMB 172
458,070 458,070 000000000000000000edd2ec38e76c7f5ba6e472b887923a6505d66feaa5c81f 2,041 1.00/1.00 vMB 160
458,069 458,069 0000000000000000016645205c562b5d20ef2e2dced18e9ff127fa434ec6836c 1,273 1.00/1.00 vMB 146
458,068 458,068 0000000000000000013dc946545197a7f75321c4c6790a730de6755e2af6cc23 2,201 1.00/1.00 vMB 199
458,067 458,067 000000000000000000b90f92fb4c16986d39044eb24c7902c6a8e1b66b1d3959 2,868 1.00/1.00 vMB 245
458,066 458,066 000000000000000001556e0f0be9176443b7d5f1a99215f4b41a9f4afbd972f9 1,961 1.00/1.00 vMB 196
458,065 458,065 000000000000000000968511b3f2ecc190885b060550072d6c3f1bd8e54942ed 1,759 1.00/1.00 vMB 188
458,064 458,064 000000000000000000d232006f1f3d2bea8cb7e869cb3d4a0d9938d7a5f8768a 2,593 1.00/1.00 vMB 222
458,063 458,063 0000000000000000018e4b187b23a1dea61d99d703eabf6bfe7d703e5e4fb99a 2,694 1.00/1.00 vMB 243
458,062 458,062 000000000000000001fcf8d3e84b9d34552c6841bed01b092ba7ad0cf8bb5120 2,111 1.00/1.00 vMB 169
458,061 458,061 0000000000000000000b61c6ac25abe199136d42380cabca0267b55a4491e9f2 2,569 1.00/1.00 vMB 202
458,060 458,060 000000000000000001aaff487ead7a8fb1d30da4f83b7f8ebfd10e1733be604f 1,422 1.00/1.00 vMB 233
458,059 458,059 00000000000000000061d9078b6c9fff80384fa0b8ee51172febaecc479414e9 534 1.00/1.00 vMB 223
458,058 458,058 0000000000000000004ca539bced3a5c31643fba5e9f41fae9aeb8b0415def91 1,492 1.00/1.00 vMB 251
458,057 458,057 000000000000000001e4efdef9f13c7fda9e6d2f9697a4101281c5637a53729a 1,103 1.00/1.00 vMB 121
458,056 458,056 0000000000000000021c91e7cf4803265b549ae00973b922ca6344947c6e422a 1,291 1.00/1.00 vMB 158
458,055 458,055 000000000000000001fe3a642f23da7564b01aa34fe1c4d5e565bbf9f9140083 1,879 1.00/1.00 vMB 161
458,054 458,054 0000000000000000019bd1d02583836fc49dcb46f76204ec59724910bf0b5745 2,190 1.00/1.00 vMB 190
458,053 458,053 00000000000000000056665a14b36b70f786317a0c60c89eaad6c1bb57aaf6ae 2,273 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.