Loading Tool

Explorer IconExplorer

Memory Pool

41,834 transactions
30.35 vMB
0.06478526 BTC
Random Selection Loading Transactions
Max Size: 154.01/200 MB

Candidate Block

Mining Attempt 9db19c4d7b178e867f45c892a052d36d35a3f51249310336061de1ddd65dba57
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root c79b2fc1ecbacda2b7733b9bb96aca44546864d8b6bff0ae6dee65ac11480c97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,958
Size: 1.00 vMB
Total Fees: 0.00426214 BTC
Feerates: 60.14 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (817,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,092 97,092 0000000000053bd74b9a6ae0d452528fba3e4b6f7c8ca1c97a65e34b1e1482bd 4 0.00/1.00 vMB 0
97,091 97,091 000000000000dd3e42bbdaad7dfbd08d9b86ebd4101263f746383100f2b4d168 2 0.00/1.00 vMB 0
97,090 97,090 0000000000021f7f607c8f165319e4de5e3490dd9b5c5957c48fede032d86572 2 0.00/1.00 vMB 0
97,089 97,089 0000000000025fded5c6c2dc14a9de555299c506e4ff88bd0d6248336b0c956d 4 0.00/1.00 vMB 1,353
97,088 97,088 0000000000020e3776ec89dfefb173ed92036c429166726fd525caa90a17c676 1 0.00/1.00 vMB 0
97,087 97,087 000000000003d3a8ac990fd6017d3c9ba354f520594b5d1839ffc96612270497 1 0.00/1.00 vMB 0
97,086 97,086 000000000004d2f38b74bde584a656d084e26cc5fa0d86aa0490ced0d2b72c40 7 0.00/1.00 vMB 646
97,085 97,085 0000000000023f3b6f9ae806b9b5bbc2c434b24f3aeb782eab3e800e4e808707 2 0.00/1.00 vMB 0
97,084 97,084 0000000000030a1e0be977a2798a04846bc091b9269a56832caeb91163283a9e 1 0.00/1.00 vMB 0
97,083 97,083 00000000000450c893dfcef6f21ab1f613d4365b65ada1efbca98ed2bcef4dc3 3 0.00/1.00 vMB 0
97,082 97,082 000000000001fd91f4ab5821a623feca58594d09f73f8f52c6fa0ac5602ce8cf 2 0.00/1.00 vMB 0
97,081 97,081 000000000003f93bf41aecbf46a35373e0b8094e9d81fbd910917ec018f0ef01 1 0.00/1.00 vMB 0
97,080 97,080 000000000004d4839fa8320862d34fb8eda7b5e24e4c768f9df09ad313fec808 1 0.00/1.00 vMB 0
97,079 97,079 000000000000d18c5d4f7bf2c04392dc281e9660fd361025083ee45d79cc7c6e 1 0.00/1.00 vMB 0
97,078 97,078 000000000002afade3dc2f51b92fff5b897decde7f289bab7af85fb231792289 1 0.00/1.00 vMB 0
97,077 97,077 00000000000512feefda2c0d4e42f99aad86ad9128928c38bb56f2c4659442c3 7 0.00/1.00 vMB 0
97,076 97,076 000000000002138adf4aa2acda7e8f6842ca063b70774602b506dd5d1ecbbb2c 5 0.00/1.00 vMB 649
97,075 97,075 0000000000011882c2773665c018a2e046dd37461820a87ca5d9f2b528153868 3 0.00/1.00 vMB 0
97,074 97,074 0000000000049589cb6f5877f624fa18c458fb205660e8d2cc6b0212e77f29b0 9 0.00/1.00 vMB 0
97,073 97,073 000000000004ec440ae303875f1d649bf06fa25f074d799f1a6fc47c9baf31d5 2 0.00/1.00 vMB 0
97,072 97,072 000000000002dd641192690f849fc8df55847aef3062480e45bf40a0a089b64c 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.81 GB
    • Received: 10.47 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.