Loading Tool

Explorer IconExplorer

Memory Pool

47,667 transactions
28.55 vMB
0.06828476 BTC
Random Selection Loading Transactions
Max Size: 152.87/200 MB

Candidate Block

Mining Attempt ffffc6f8cb7712aee2c6eb7ee551c60de6cb578b825786bda501d6d88356173e
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 185a0d37ebd705791a282ca25c1be8daeae33de801e700a3c1ab2a5d90feee01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,640
Size: 1.00 vMB
Total Fees: 0.01412875 BTC
Feerates: 173.90 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (454,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,068 460,068 000000000000000001b65607cc47a3b41125114dbebea58fbf50afd44c7555ad 1,598 1.00/1.00 vMB 171
460,067 460,067 00000000000000000186ea952eb0692e4189005e5bd0e9bcf0c05d0fb151ec07 1,655 1.00/1.00 vMB 190
460,066 460,066 0000000000000000008d94fc1e46af65a02b6d560561cff85635d7799054f0fd 1,641 1.00/1.00 vMB 195
460,065 460,065 000000000000000001eb1f291fca3ad6f3640fee889bc1b99e0d4689cb322291 2,479 1.00/1.00 vMB 153
460,064 460,064 000000000000000001c5a5aaedf87f57ad59e8f57e1245a180f90c7a3ec5cf7b 2,527 1.00/1.00 vMB 163
460,063 460,063 000000000000000001ca49289d7c41b93636f09b9cdeb9cf42c214a3f3a13942 67 0.03/1.00 vMB 114
460,062 460,062 000000000000000000dbebca1aa60d444eacbca0392414a3ebc3d27b3bebda9c 1,916 0.92/1.00 vMB 149
460,061 460,061 000000000000000000775f32db1b4e42b3ca16f88ae9582387022be4db9b06dd 553 0.23/1.00 vMB 141
460,060 460,060 000000000000000000c74208a2e4c019eed5d9c23399e9f43b774ca3a789130e 550 0.51/1.00 vMB 72
460,059 460,059 000000000000000000adab5ac31bc7ff6c097a5b4cd2f68756c16197d78a939d 1,220 1.00/1.00 vMB 92
460,058 460,058 0000000000000000016cc780aad22ae91ad077f4ef9790e46efc0feaa14be342 2,076 1.00/1.00 vMB 112
460,057 460,057 000000000000000000a12a089d525474c14df5c62be7b290e2219b9fec780298 2,388 1.00/1.00 vMB 186
460,056 460,056 0000000000000000010e5e01d0cbe70a0744ff4d86c63afc5c1e35c6c6c722b3 1,207 0.62/1.00 vMB 136
460,055 460,055 00000000000000000191d68c741a6f0c2c92c0ffd291c9d262503f914eb63d3e 449 0.24/1.00 vMB 109
460,054 460,054 00000000000000000051e1e533e9dcf23ab788fd7e005fa984a56d8e5b0cd0d2 1,707 0.87/1.00 vMB 127
460,053 460,053 0000000000000000010c31e24539daa1836f50e2f6ea7d9c9a05284c884717c9 53 0.02/1.00 vMB 154
460,052 460,052 0000000000000000022740ec0edd94fa0cb310385a1ff9ab4f15947e045cbc1a 1,660 0.89/1.00 vMB 129
460,051 460,051 0000000000000000021ff7ec361ee536991d4fde124f7116b6f9503853dec69b 2,204 1.00/1.00 vMB 148
460,050 460,050 000000000000000000f97eb5a32fc18adefc973c8dba274fd61e57b2c64b4f2c 1,796 0.95/1.00 vMB 135
460,049 460,049 0000000000000000019f2ba376612b900c95fb7535fb6e4d670b0ffd700277ac 210 0.09/1.00 vMB 143
460,048 460,048 00000000000000000190bbd838c144b6f3417800bd1e9563fe7068b6d9ad480f 31 0.06/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.