Loading Tool

Explorer IconExplorer

Memory Pool

44,214 transactions
27.17 vMB
0.07460245 BTC
Random Selection Loading Transactions
Max Size: 143.35/200 MB

Candidate Block

Mining Attempt 7bc5cf51123b7d0b309e4818da23f85cd6a72126eaa2704c4b6ef4644f941cc5
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 10f628d17c49acb16811ad21f76f50581c0527a26f058d67d19afb398abbbc67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,244
Size: 1.00 vMB
Total Fees: 0.02415091 BTC
Feerates: 200.83 > 2.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (454,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,079 460,079 000000000000000001131887aac8f14a186818a50bc7c045fc082d05e9f3fe39 2,631 1.00/1.00 vMB 142
460,078 460,078 0000000000000000010725220830b554e3b4919fc49f7fc37563abea9ae59a31 2,185 1.00/1.00 vMB 170
460,077 460,077 00000000000000000098e4f2fa302180b04fe1bf704e07e701ed78719c3c1380 2,008 1.00/1.00 vMB 211
460,076 460,076 000000000000000000906f5c47b7446ad781f19ae50d201a44e32c0d890a31de 1,462 1.00/1.00 vMB 100
460,075 460,075 0000000000000000015e0b16e5fe54616bc1d291d73f54c06bdc75ff83e691c7 1,803 1.00/1.00 vMB 107
460,074 460,074 000000000000000001868225496e7600a9fc6eb815ed64084f3dca7b60a1459a 2,130 1.00/1.00 vMB 139
460,073 460,073 000000000000000001512741a806c500376fd0ab648b9ea8c5dee37cb2fb9b62 1,811 1.00/1.00 vMB 99
460,072 460,072 0000000000000000021386337dbd1c407a5f20a2a0b809e772eabbc70af163c7 1,355 1.00/1.00 vMB 129
460,071 460,071 000000000000000000db4214bfe97a05473624da349eb9e15b92be85a5e83b2c 2,629 1.00/1.00 vMB 160
460,070 460,070 000000000000000000308a013733c57e9c5b4bd14bc4e53e630bd689e8d2b04a 2,142 1.00/1.00 vMB 147
460,069 460,069 000000000000000000116102e7af7946f8b8d8b5d43d6e3f9c1ff46428fdc20c 2,088 1.00/1.00 vMB 172
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
Previous 10 blocks ↓
Total Size: 782.03 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: 650.40 GB
    • Received: 13.27 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.