Loading Tool

Explorer IconExplorer

Memory Pool

23,055 transactions
10.43 vMB
0.03399492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.00/200 MB

Candidate Block

Mining Attempt bf1706475a40461263a7913c9cc9b1072f54c25855e7a16ff74f12fb8d9467af
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root c4c65521d44cf8b8c710959e3c86030307169c86180c6a587f7eb09c8b36080e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01688278 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,223 913,223 000000000000000000017d167d2573cae8a87fbcf2de66d117e9a389489ac3dc 1,362 1.00 vMB 2
913,222 913,222 000000000000000000018c023f819f79210c69673a9160c3d44423c304872a47 3,438 1.00 vMB 4
913,221 913,221 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0 2,402 1.00 vMB 4
913,220 913,220 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d 3,246 1.00 vMB 3
913,219 913,219 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9 3,441 1.00 vMB 3
913,218 913,218 0000000000000000000102ff4f3f77df0781ab898a28f07635e2d2c467ac80ab 3,858 1.00 vMB 5
913,217 913,217 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a 3,485 1.00 vMB 8
913,216 913,216 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed 2,763 1.00 vMB 3
913,215 913,215 00000000000000000000611210e8ed536185de44d17039dfdfda156388853850 1,399 1.00 vMB 3
913,214 913,214 0000000000000000000063af8f8c068635bbe0f2464d1331c774a4e3f5edb2f8 2,078 1.00 vMB 3
913,213 913,213 000000000000000000010305735d6a61c680bf608e59cc6c2f9f6aa7853cc868 2,031 1.00 vMB 3
913,212 913,212 0000000000000000000190a275f968448a3ad894243331c8808caee6d72915fe 3,717 1.00 vMB 8
913,211 913,211 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37 2,736 1.00 vMB 3
913,210 913,210 000000000000000000017cf0f023d4d9c937ea3a46b4cd4667499a7767398f37 4,058 1.00 vMB 4
913,209 913,209 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27 3,159 1.00 vMB 3
913,208 913,208 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9 3,506 1.00 vMB 1
913,207 913,207 00000000000000000001e121ab0a24840ec732e943474d1d179ec55da3b97218 2,427 1.00 vMB 1
913,206 913,206 0000000000000000000035dfe517b0b687cd16a9aadc5470f9c8ca35d5a2f442 2,479 1.00 vMB 3
913,205 913,205 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b 2,550 1.00 vMB 3
913,204 913,204 000000000000000000019ae778c812d22eed04186a7fb9eef772a713350e6696 3,242 1.00 vMB 3
913,203 913,203 000000000000000000021d18e66654cc11ad0526f280812db07f0ea99f58f989 3,233 1.00 vMB 4
Previous 10 blocks ↓
Total Size: 779.80 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: 407.17 GB
    • Received: 2.13 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.