Loading Tool

Explorer IconExplorer

Memory Pool

73,853 transactions
28.24 vMB
0.09514997 BTC
Random Selection Loading Transactions
Max Size: 168.34/200 MB

Candidate Block

Mining Attempt 9c521a7292317f7f2debfc1986db529e0def4afb024922d7a8c07647afe66b44
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root d001ac8c5dfd72104c6e935799d652574aff012b042a8ee8455a7cbb4d623624
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,868
Size: 1.00 vMB
Total Fees: 0.02581453 BTC
Feerates: 151.12 > 2.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (892,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,508 23,508 000000004f5239cd99ea408c74e2bc91deb9ccf9d08560db3f843cd28484b808 1 0.00/1.00 vMB 0
23,507 23,507 00000000571173e989f331dad68af59d68ca1c320e516dc460e86bfbd715681b 1 0.00/1.00 vMB 0
23,506 23,506 00000000653c74065d011eaebd5f89053d15c55c0df81ad894ecfd4eccdd5882 1 0.00/1.00 vMB 0
23,505 23,505 000000003fce1ae3cb49deb52e89ace09404570c40c0009c0b3feec182890824 1 0.00/1.00 vMB 0
23,504 23,504 00000000f6d4b15147348e0f19dcde6a0f5c2eb4abffa4893eb79cc676107a07 1 0.00/1.00 vMB 0
23,503 23,503 0000000064b877feb19330cbaa11967c7c3da72165106465f64abd4efd48f37b 1 0.00/1.00 vMB 0
23,502 23,502 0000000033cf9a463d3caa4527ea7b51a71e6e821ac5a2b4a3d63b985f13cdf1 1 0.00/1.00 vMB 0
23,501 23,501 000000006567276231ba29858357853105d4da8f34ce592dceea6c269be353b2 1 0.00/1.00 vMB 0
23,500 23,500 0000000056f7036d31b8f919075b91118460197edf852c2df61f267ea0ebcf5e 1 0.00/1.00 vMB 0
23,499 23,499 000000001959c479fbb36af8361053655e9327719d2f5ff7b513a5c3e60a30d0 1 0.00/1.00 vMB 0
23,498 23,498 000000004302b3be44cfb9491c7402b4b4780f8ebde6f0d39dbc3a729705f96e 1 0.00/1.00 vMB 0
23,497 23,497 00000000f6074a81d7ad8515cd6a2b042b0b16d451bda772d51133600241f793 1 0.00/1.00 vMB 0
23,496 23,496 00000000e61fce75854b12f8a2d2aa46f3c5a2a64a9c372491cfc0a66c8b6e87 1 0.00/1.00 vMB 0
23,495 23,495 0000000088741618f31d5b812a04d52f5e5bdc6589932322f4944f14fded85e0 1 0.00/1.00 vMB 0
23,494 23,494 0000000030334e1dfb3e88eb2750ccc7af41d21095e99295fa9f99262171a793 1 0.00/1.00 vMB 0
23,493 23,493 00000000a3e59960c2dc6be4b57479af2e6323e4d9f503d17379935220504ab4 1 0.00/1.00 vMB 0
23,492 23,492 000000000ceb3e1b72a6e546da66600265a5a190f3569ac5dc535afa99fe8512 1 0.00/1.00 vMB 0
23,491 23,491 0000000098b4a23838e0f22302d6b0f4f3691a72ed9e868805aa48dafd3690dd 1 0.00/1.00 vMB 0
23,490 23,490 00000000cb5bfb0fe1a8c1544ed7ae82de477ef40a117272ebb8c93dc039bf2d 1 0.00/1.00 vMB 0
23,489 23,489 00000000aaa80555aec005ab61892886b3d486078af30d060d04b8b11df7e496 1 0.00/1.00 vMB 0
23,488 23,488 00000000098055e03cebfae52258cf2676e936fdfee57f52c8afbb8d03b174d9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.70 GB
    • Received: 19.45 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.