Loading Tool

Explorer IconExplorer

Memory Pool

86,454 transactions
31.48 vMB
0.20796028 BTC
Random Selection Loading Transactions
Max Size: 191.04/200 MB

Candidate Block

Mining Attempt f16a1246ae30968dbc113d82b2f6b98e966ce4c6d0daf14c862c0709a12fc1b1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 9080362bb601c9ae378b86d0abdb70d213c5d84dca330568b0aaedbb91ba9abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.10515049 BTC
Feerates: 502.67 > 10.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (863,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,535 51,535 000000000730c7f5b3c07ec7074769272ea0b45e8234a808c1fadeaa2612740a 1 0.00/1.00 vMB 0
51,534 51,534 000000001867645b32e99120329991f0bfda625b4221ac2f68815f65dac003e7 1 0.00/1.00 vMB 0
51,533 51,533 000000000cb67180d23d07ff5b3393dd670e8c093a5d62fc5ed94c7cb9e2467f 1 0.00/1.00 vMB 0
51,532 51,532 0000000018dbed0c87170a5f772553b82b24aa3701b18733eeefea63cd40a889 1 0.00/1.00 vMB 0
51,531 51,531 00000000035bfa57ac98852952d8c7a52eaf1889ab9dd7e510fb15216502c182 1 0.00/1.00 vMB 0
51,530 51,530 00000000077021651705e44517c178a2731044ce86f0e597e81ccc96d6e4deab 1 0.00/1.00 vMB 0
51,529 51,529 000000000edb058dab20d02761af78d1946409f019d5dd93a9e8ff3cc8521d6a 1 0.00/1.00 vMB 0
51,528 51,528 000000001a5472e423f025b0b85d2c5d496431290588206205f3656be7168274 1 0.00/1.00 vMB 0
51,527 51,527 0000000006c708182e37b881d14dc4690810059119470c59ca679226b40535c7 1 0.00/1.00 vMB 0
51,526 51,526 000000000d6466fc61a7320eaafe9afcb5dd3661cadba46cb447e2c3fd83304f 1 0.00/1.00 vMB 0
51,525 51,525 000000001fee09d4de9deb1b764231dcea1ac4bdaa6bda30ff5b3620858c886c 2 0.00/1.00 vMB 0
51,524 51,524 0000000009e5e5541881ee5f15eed8ec87687da26409c1fdfd16f4dba939803b 1 0.00/1.00 vMB 0
51,523 51,523 0000000003b4c8a65f6e2d2a5df2090574c1ab8cd5c7ba16c848fa4aed3e7663 2 0.00/1.00 vMB 0
51,522 51,522 0000000017e2cb2ba122dd54b4af246ca2126b48a7f6a31d8e2702f614e75f50 1 0.00/1.00 vMB 0
51,521 51,521 00000000025c33098619fdfbfe4bd0a81f3677301ffddb8a735cc1ff35c695c0 1 0.00/1.00 vMB 0
51,520 51,520 000000001fae03bec2844a137711a7a744c42f699dfc1c743bd64aca6a1b3ac2 1 0.00/1.00 vMB 0
51,519 51,519 00000000186a9d946967421ddca37303363cae076d96f7bff85b8a37d48be82e 1 0.00/1.00 vMB 0
51,518 51,518 000000000195c8ab52f50f421b76f91509dc556716dcd8c82fb1cec77bec8930 1 0.00/1.00 vMB 0
51,517 51,517 000000001f0bfd773a1d45555acc2bf031ca42cbde4dfd50f769bd07ab05dd58 1 0.00/1.00 vMB 0
51,516 51,516 000000001a7fb8d7f0f308aa30c7f97f10634c3021b237076d7f07615d4c1bd9 1 0.00/1.00 vMB 0
51,515 51,515 000000000ec2de2f932f95a7c2ebece8d5932b04bbdc8a014e9952f6d02f5369 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.