Loading Tool

Explorer IconExplorer

Memory Pool

78,090 transactions
29.73 vMB
0.07900082 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 435c37ed87580f5905d0ab5ebd8a551a76a589bf3a76b8180b73132641508626
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root d896876c10087a3e28a2f414d6481382e4e1dfcba8f9b79a8b4bff1e8e9b2e5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,450
Size: 1.00 vMB
Total Fees: 0.01243056 BTC
Feerates: 40.21 > 1.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (281,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,443 633,443 00000000000000000006fd76e56473576777a97aac2fd85bce97189e8af4f940 343 0.10/1.00 vMB 31
633,442 633,442 0000000000000000001162ddb2d321da86dc1178f37a55ac721b41f8dde90d1b 1,515 0.54/1.00 vMB 28
633,441 633,441 0000000000000000000ccb07f652f7d4f2d6b6b699210ff81db1fd08f5aa9146 1,769 0.64/1.00 vMB 25
633,440 633,440 00000000000000000008af113276eb89104d4908c35a654544d79241aea1765e 506 0.20/1.00 vMB 25
633,439 633,439 0000000000000000000ee3d5a1ec4a6cac7a4ea76dd10ce4de76ad1264ee46cc 82 0.02/1.00 vMB 25
633,438 633,438 00000000000000000003a3fc9cadb13a067cdec0a3d202fbd4cc7c46bf13338b 968 0.44/1.00 vMB 23
633,437 633,437 00000000000000000010b6b22eaae9d7d1c04bfa3d9facc02fb690a77ea86bbe 418 0.13/1.00 vMB 27
633,436 633,436 0000000000000000000e635f4fbc1773525ee889c0f50ac09d96a75a10546a10 871 0.30/1.00 vMB 28
633,435 633,435 000000000000000000045d147167ad1dc35503bcdd264c087b57d3f77c7c95b2 1,980 0.93/1.00 vMB 19
633,434 633,434 00000000000000000000558c801330567b34f727933cc97ad3b57129e6d40bdf 2,673 1.00/1.00 vMB 7
633,433 633,433 00000000000000000009f3242f27abbc4eebd5dfc687c243b38025f0afbefc93 2,848 1.00/1.00 vMB 32
633,432 633,432 000000000000000000010f6ad11aabf0ae995f2b579cbdd86cf4e5408103f3fd 2,006 1.00/1.00 vMB 61
633,431 633,431 00000000000000000009981a6710dd94c2e3acb1cab8384d12eff1353a30bb43 1,903 0.76/1.00 vMB 2
633,430 633,430 0000000000000000000ce055caf5b557a4b8d5a8cde6d2ff2a40460524f6f866 2,324 1.00/1.00 vMB 30
633,429 633,429 000000000000000000105e5148e763e8c4adfd179f98baee38338a131450714f 2,941 1.00/1.00 vMB 13
633,428 633,428 00000000000000000000edfeaeacb0f234c35ea286f684316b1a7fc1870a46a8 2,787 1.00/1.00 vMB 51
633,427 633,427 00000000000000000009aa078f8f12dc75ca6d2b314b0738bc6abdc5cc54352f 2,860 1.00/1.00 vMB 44
633,426 633,426 00000000000000000001767b5b8fafd717636685b8ba830d64267a81926d5e0a 1,699 0.54/1.00 vMB 30
633,425 633,425 0000000000000000000aec17c551c72e5072fd20dec16f599bf6b6db5563f647 205 0.06/1.00 vMB 31
633,424 633,424 0000000000000000000facb4feb636be31a5af7e61ffff1f2176891a6ced81bb 2,033 0.71/1.00 vMB 5
633,423 633,423 0000000000000000000173c98b83c0ac08252a33d9f15d11ccf06ea677ca83af 2,644 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.