Loading Tool

Explorer IconExplorer

Memory Pool

48,850 transactions
29.72 vMB
0.09259160 BTC
Random Selection Loading Transactions
Max Size: 158.29/200 MB

Candidate Block

Mining Attempt 9335ab4181793444a925da913dbb855377f7779f860fa962d5cc61d6d8308f25
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root f610afb525c9eefbcb39b8bebfbcdcff66d00a2eb12ba17568f3d32caa4bf673
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02994644 BTC
Feerates: 105.02 > 3.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (803,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,962 110,962 0000000000008760bc4edb2e3bdbd2f9ae3c728f8b3cc8b5e7d73537b07093dc 11 0.00/1.00 vMB 0
110,961 110,961 0000000000009f549bb1c278fd1fb23d7a5b81f5f983edf23185951adf3ffadd 5 0.01/1.00 vMB 0
110,960 110,960 000000000000c1b3a048123e7379b45b4acb37bae985c139500b6640d72b5b9f 7 0.00/1.00 vMB 0
110,959 110,959 0000000000009fc31c9833358c54a60cd40f216b68b24f2f56335c81ed723e7b 9 0.00/1.00 vMB 0
110,958 110,958 000000000000c2bed7f5a85ca199013030b8a20194ac5221defb287e88bcb1d2 19 0.01/1.00 vMB 0
110,957 110,957 000000000000ddf8dbd9e7e9094a9abe90fdb6a12605f44199df68d837d55c47 12 0.00/1.00 vMB 335
110,956 110,956 000000000000f5fe2f017922ff657a5d1c92f79d6ca79faf66a9ca74d059b549 12 0.00/1.00 vMB 346
110,955 110,955 000000000000227674cf1d3ead7cd76531f5e3a7ccb84ab0363b6d5c326749c3 10 0.00/1.00 vMB 358
110,954 110,954 000000000000b5a149d2bbaaeda8d54b63f181e4c6f293f1258fa8fed2539ba3 10 0.01/1.00 vMB 666
110,953 110,953 000000000000a65ae5b6472ca72a902248281378eca47bdbb41c8ce5209136f3 10 0.00/1.00 vMB 1,020
110,952 110,952 000000000000adba922afa5ad21c34f115195f3177afc6bd9f884250bd48997b 12 0.00/1.00 vMB 0
110,951 110,951 0000000000001a45c9089f766258df6aff6aac91a6459eab210d7bceb63827f9 16 0.00/1.00 vMB 0
110,950 110,950 000000000000394be0a35fc11acc7fc82c542816c7ba31876e263e557a9c3046 12 0.00/1.00 vMB 0
110,949 110,949 00000000000098afec7901b63b613fb7f04d8c817e044b9612a600c3fc09a086 11 0.00/1.00 vMB 0
110,948 110,948 000000000000b9f39bd138c69bce4b922b0deae5ca393f4a886df5ffd26e5408 8 0.00/1.00 vMB 358
110,947 110,947 0000000000005b4eca2d1e1be49c33fd90623b0b47631db5ab04a2eac80f8c25 7 0.00/1.00 vMB 0
110,946 110,946 00000000000062e36ca12c551eb95bfd4bc4901ff62a1f07e4f5bc8ab44f22f2 11 0.00/1.00 vMB 0
110,945 110,945 000000000000fda3b4379d0136344851307bb8261320bb520eb4efa6a1514dae 10 0.00/1.00 vMB 0
110,944 110,944 000000000000c8f4957e95c67fb2079474872d454170ac0eb3f5860b8fdf9e62 12 0.00/1.00 vMB 0
110,943 110,943 00000000000013668c7027505c214cc622e0b07f26f7985165c5d8d8304ba1ba 24 0.01/1.00 vMB 1,607
110,942 110,942 00000000000105f0462c8fca7637f5ad3f5a4f63334236fd24105bf1e9b48c11 18 0.00/1.00 vMB 1,430
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.