Loading Tool

Explorer IconExplorer

Memory Pool

78,784 transactions
29.58 vMB
0.09041051 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 0878c25cc7a7790d1d74ba78eef42f5470832a4faaa3b0d142114d7c178c70ab
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (470,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,228 444,228 000000000000000000e12f0f5e4c94e97838c14c470b4c58e8c54004bd9e656a 2,204 0.99/1.00 vMB 80
444,227 444,227 000000000000000002a3de94d14a4979e5dbdf697ba879bbd817452481ea5d4a 2,382 1.00/1.00 vMB 77
444,226 444,226 000000000000000000cc448e6bcc6a2d5991a662d39e69290858e89ef401b8bc 2,744 1.00/1.00 vMB 98
444,225 444,225 0000000000000000018f500166de4e0ac060d3673666d853671bf70e79db834d 2,745 1.00/1.00 vMB 87
444,224 444,224 00000000000000000311870907a80a18cee40ac8cd9187e745d3e3ca4a51a951 737 0.99/1.00 vMB 37
444,223 444,223 000000000000000000b2746981fc10dd899f1e5ed58a297fc0f9d947e5d93ed4 2,107 1.00/1.00 vMB 68
444,222 444,222 00000000000000000264837fb02af24d815c500efa882cabc7068405155dd1a8 2,524 1.00/1.00 vMB 89
444,221 444,221 000000000000000000525a8468e36043fc79be3a656eb6611d474f26cc42ff1d 2,099 1.00/1.00 vMB 56
444,220 444,220 000000000000000000df6b408c8febb0ef363e8e42545bfcb44ca184cb311a1e 2,530 1.00/1.00 vMB 82
444,219 444,219 000000000000000002db40ff35bc985aca095ff9a905e0265001b2bd4af4b8d1 657 1.00/1.00 vMB 48
444,218 444,218 0000000000000000011fcc7381b0f1681cbf6e89cd55c8884c189fee2a55782e 1,735 1.00/1.00 vMB 59
444,217 444,217 0000000000000000001573f7bb13aeb1e9038fab15d2921c6a6b173f657627ea 2,331 1.00/1.00 vMB 62
444,216 444,216 0000000000000000024e49b5d9ee99cd935dceb3bcf70fb69b87398ef7bba358 2,228 1.00/1.00 vMB 71
444,215 444,215 00000000000000000086a6457a7aa3124534758a7e662d85727eebbc882ac43e 2,816 1.00/1.00 vMB 81
444,214 444,214 00000000000000000282e3fb30c6020be6fd8b07c124c7f092c662039accdcf1 2,406 0.93/1.00 vMB 96
444,213 444,213 00000000000000000155f5e626a693a1ef89798038f6342428f84e1f86ebabd7 2,434 1.00/1.00 vMB 74
444,212 444,212 000000000000000000e0f4e349996274d6ed877423d8df3aac65731078ebe6d9 2,169 1.00/1.00 vMB 97
444,211 444,211 000000000000000002e4b0cd69041fcef485cc978f9ced78175d1f9e2cf007ba 2,155 1.00/1.00 vMB 83
444,210 444,210 0000000000000000014fb7dfd9721d87e6633754e1c12d54d322f9c589816a22 1,975 1.00/1.00 vMB 73
444,209 444,209 00000000000000000352f89c5c2bcfe180fefcd7742edc1c3094c62ad2200155 3,354 1.00/1.00 vMB 74
444,208 444,208 000000000000000002aa97faf7f0bb64a3982856359eaa0633e733de7aa479f4 2,562 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.68 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: 685.87 GB
    • Received: 16.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.