Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,571 transactions (1.19 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,913 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,028 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,912 (871,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,965 37,965 0000000038ac67ebffa60c132cf0b84033b01a0730ef51ca0aebe68226a484ff 0.00 MB 1 0
37,964 37,964 000000006c79004690999bf9f2f285aa351609f12b1c40f71b85bed659b74974 0.00 MB 1 0
37,963 37,963 00000000229841d4cad5ca82afefe3bc93ef4bfe4b2a8b495745ba8f0b41630f 0.00 MB 1 0
37,962 37,962 000000006f5d1f6a54d5db93469acb2510765a65280c9d265e9a7f3266bb3664 0.00 MB 1 0
37,961 37,961 0000000003b85f09d99de9544047b320956b3b5f1b8d0c3a7e314811ef1dba7e 0.00 MB 1 0
37,960 37,960 000000000b728d70d9a483ddb427d64346d87f81d40941c272e2e2065860e65d 0.00 MB 1 0
37,959 37,959 00000000979015b205ac31de1e9e14a0d0cf7d7c5be5fc229ee24672519e4920 0.00 MB 1 0
37,958 37,958 000000003fc0627affa70b833b6afa23fe8ea8bee3e93b2563c2d90e9c9ca7df 0.00 MB 1 0
37,957 37,957 0000000064b846a0c37a2d421e565330e53de1507d2cd98d73dbea201fb59324 0.00 MB 1 0
37,956 37,956 000000000b5d5b47128d402f5dda92470c31bcb41d8114c5e180045246967c17 0.00 MB 1 0
37,955 37,955 00000000aa7c11e4562b8c4b8b77bc91ab7cc87c037ce5d219fbcefafe38c111 0.00 MB 1 0
37,954 37,954 0000000093c59ac1174475ee261be919793d54507f2acf008f3b23d5d3dbae3a 0.00 MB 1 0
37,953 37,953 00000000b25f68576f072d900eb7cbe5dc69f1129a979d9206792e25aa931970 0.00 MB 1 0
37,952 37,952 000000001558ccb4da771cb59076eb4a71eaef683a53a162bc8f32f3b8f77331 0.00 MB 1 0
37,951 37,951 00000000370d56fdc1e5a245548b0639afc1833d18884a89a06e9cc185f96809 0.00 MB 1 0
37,950 37,950 00000000594cc2d13c0f4701295cf2cf44e72414b9540526e3c075535f78854f 0.00 MB 1 0
37,949 37,949 000000003e44979ed70a7108b35615b9420ca7433a1d51646ef0a8ae1eaf9d20 0.00 MB 1 0
37,948 37,948 000000004d45ca5bcf35547562c1aab90de85589466b052bd4b25b4895c327f4 0.00 MB 1 0
37,947 37,947 00000000a9d3f856e6d0250f54df90487c8f3d219d43bdbd13a2935f02af7a45 0.00 MB 1 0
37,946 37,946 0000000077684dd40b612e5aa20ce0465b096edb8a193b6e826c46707195d798 0.00 MB 1 0
37,945 37,945 00000000afa3cda3889ac95946e7106252bf196df1bad9a9f06cd78fb4d42f9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.62 GB sent, 114.58 GB received

Notes

  • This page updates every 5 seconds.
  • 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.