Loading Tool

Explorer IconExplorer

Memory Pool

61,056 transactions
34.58 vMB
0.12803862 BTC
Random Selection Loading Transactions
Max Size: 183.73/200 MB

Candidate Block

Mining Attempt feac5ca7ee0529967153c0fa83cff53232c7a2316f996e5071f403cf889e2ed6
Version 20000000
Previous Block 00000000000000000001d9d2fe333c5e04cb6bb8729cfabb3e21b7ed15bd4ea6
Merkle Root 7d2b216318c64792d162bc9394ec5d9faff19b083d9598a53094200ad688e3d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,854
Size: 1.00 vMB
Total Fees: 0.03739167 BTC
Feerates: 71.12 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,424 (1,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,043 913,043 000000000000000000013f2112317db5a6c58f7cccdced076ed571ed94b1e665 3,587 1.00/1.00 vMB 12
913,042 913,042 00000000000000000001c618b104e0a104df01f8e65a58593a28dc152ec82756 3,405 1.00/1.00 vMB 5
913,041 913,041 00000000000000000000610eea986fc098468ac97fe81d3c9ca0314f59be633b 473 1.00/1.00 vMB 2
913,040 913,040 000000000000000000018de06bf1fc279c8eb69c1bb16f4bc7c2f9b774645f62 1,104 1.00/1.00 vMB 2
913,039 913,039 00000000000000000000a6af0eb814f69279ee817bcb774f03d0884cf1c50d90 2,060 1.00/1.00 vMB 3
913,038 913,038 00000000000000000001cda0f69357c82d3f6f95be79c0d35b4de1f59530bce1 4,234 1.00/1.00 vMB 3
913,037 913,037 00000000000000000000fc372d2cdcfda7f83b58f86bf3d82d7feb158985a6d3 3,261 1.00/1.00 vMB 10
913,036 913,036 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8 3,482 1.00/1.00 vMB 7
913,035 913,035 0000000000000000000013f404a115b9f9c1fdfe7128073b0fa5c396bf543e69 1,908 1.00/1.00 vMB 2
913,034 913,034 00000000000000000000e81e6e15ad00d324cbe150ed82d946ca61efd27ab8e7 3,911 1.00/1.00 vMB 3
913,033 913,033 00000000000000000001c4684417b517a79c7ebb3964f1b04e08f4ecd25ad4b2 3,473 1.00/1.00 vMB 6
913,032 913,032 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7 3,491 1.00/1.00 vMB 5
913,031 913,031 00000000000000000000fe214e57228d0984942c524db4e68d4a91440acc1174 2,807 1.00/1.00 vMB 8
913,030 913,030 000000000000000000021f948da245413654e55e0b14d2f6901711f917ef5add 2,842 1.00/1.00 vMB 3
913,029 913,029 00000000000000000000f8daed0cb6f10fc376a4bf509b18daff3495c298950e 3,200 1.00/1.00 vMB 5
913,028 913,028 00000000000000000001955ea40130a43f297eeddf3b86a771f40d59edd56648 3,506 1.00/1.00 vMB 8
913,027 913,027 00000000000000000002194ad61344f11c62a9b8ba2514c0eacd76326d66674a 3,307 1.00/1.00 vMB 4
913,026 913,026 00000000000000000000ba7ef6012a6c5c95f246e99f3a6b57819b79fb58957d 3,101 1.00/1.00 vMB 4
913,025 913,025 000000000000000000013488048104d0c14d09d8d335f2e4cc8d0698debbf244 3,231 1.00/1.00 vMB 5
913,024 913,024 000000000000000000019aea502ab3ea51ce54f61e8f90e1ea258980df2a405b 3,354 1.00/1.00 vMB 7
913,023 913,023 000000000000000000011329a0df17c0f400b934b8f44ab626da0c3d10e12bdc 2,935 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.36 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: 602.16 GB
    • Received: 10.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.