Loading Tool

Explorer IconExplorer

Memory Pool

45,572 transactions
27.21 vMB
0.07614830 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 95583fdbd30e58cf5429222af0952d0d5dc1e8483f0b4714ae1f818be9c0711f
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1f4d5e8b18138a5d4d16c1ad3c65849b9b22ac9d6b16feb575451f5862f739f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02533103 BTC
Feerates: 201.13 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (858,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,956 55,956 00000000040e44b6271ae10d79705b7451ce6ed2694ead5792cf1944d7a0f174 1 0.00/1.00 vMB 0
55,955 55,955 000000000f86c0fc7d98eeb150c24e6ead7a3de1055adfc2b466ba19ac88ddb4 1 0.00/1.00 vMB 0
55,954 55,954 0000000003d2573e09737f4656c7d41e1d9b968cd007ea706cb2200a8ab05ad4 1 0.00/1.00 vMB 0
55,953 55,953 0000000008b5f03b919a5aecc72c40220a9498b08678678c49c4b95e9820894f 1 0.00/1.00 vMB 0
55,952 55,952 00000000096dbf5958d076d553ffb9a635e909f9779c77f72f6a8648b05f0954 1 0.00/1.00 vMB 0
55,951 55,951 00000000014062507465734bcd0da23229713a0124f3094d0022c7f4e9903723 1 0.00/1.00 vMB 0
55,950 55,950 0000000003769d546fe1a54a36f3040f2673bbea564eb16b54eab43c915580df 1 0.00/1.00 vMB 0
55,949 55,949 00000000052ce0ac7b3b65737a2ff8bd118c5503f2cc5cfd134d92b6078ec64b 2 0.00/1.00 vMB 0
55,948 55,948 000000000d80456ca42b9d00364187ca2a80d06a8e446dc82334e70c82819207 1 0.00/1.00 vMB 0
55,947 55,947 000000000100236fa4973131cd01e7025bb703618ab3e69684dcbb15122b7867 1 0.00/1.00 vMB 0
55,946 55,946 0000000002683fa0ad4e3fe931662c1a8eac805449ab9c40fa6a1b4cb5a86083 1 0.00/1.00 vMB 0
55,945 55,945 000000000161d4f73a6922013512e87695213bb4bf34086e37b91c63176eff32 1 0.00/1.00 vMB 0
55,944 55,944 000000000cee63a6c2a7143909457ae06fdd7109cfdf53fef19a174b2cc9e2d3 2 0.00/1.00 vMB 0
55,943 55,943 000000000dfdfb841abde46e7af7b558f77e52298a602b3b943bc44762112da8 2 0.00/1.00 vMB 0
55,942 55,942 0000000007cc5bc62aa4ff0506ff2ac319cd215a46980ea747138f38d720ecf2 3 0.00/1.00 vMB 0
55,941 55,941 000000000c2c5913632f5db9876a83972ceafe5e02b827d24f97ff0c47dd29c1 1 0.00/1.00 vMB 0
55,940 55,940 00000000039faaa78651aa59ec92da360d887e2380b226ddd580981406be8dc2 1 0.00/1.00 vMB 0
55,939 55,939 00000000079579bd1eaca16cac6b68d732125544eb8c851a8ef066c71185f39b 1 0.00/1.00 vMB 0
55,938 55,938 00000000048cd073419bec60d81dc7c3dbab79a45bcc772c1fcd857565d3e6e1 1 0.00/1.00 vMB 0
55,937 55,937 00000000094b6f0a9a3a132f81a9ce3d871eed3697eb75d99eb3404d0a929842 1 0.00/1.00 vMB 0
55,936 55,936 000000000805c7efddefaefe4efd6b74f88989b6adf8fc092faa209f59ba0ecf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.