Loading Tool

Explorer IconExplorer

Memory Pool

27,190 transactions
6.59 vMB
0.11528989 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.06/200 MB

Candidate Block

Mining Attempt 82f0348460e7d10a8e185497558d36aeecb61594b4b6e2b381ddc8f58ea2593a
Version 20000000
Previous Block 000000000000000000009b1903cc4a4c85c164dc21351cf84c5efe7e776f62d1
Merkle Root 3b5014504f74f4653ab8c6ec9932dfa82ff443d47d04c61d449c900a29f55079
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.08982662 BTC
Median Feerate: 3.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,170 (625,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,811 287,811 000000000000000105beec79302307f028238c4bb9e5b31c9a08554d4b1ce6fa 0.12 MB 199 27
287,810 287,810 0000000000000000201787b8356a576a2132dd14b69158e806a483e21b600172 0.33 MB 359 21
287,809 287,809 000000000000000129c2e933b87d45ce9978f1893193e732bd9438fe690d2f3c 0.35 MB 387 23
287,808 287,808 00000000000000006fd90e2cd63d89b90a76f23298a2ec4b52974329e73214ca 0.50 MB 1,186 44
287,807 287,807 000000000000000048b390172ba25cdcc2af58b813b5288f3176cce3bd08c2aa 0.03 MB 64 5
287,806 287,806 00000000000000010f292c096788aa21507b39a467e54221288e59b4db2fd2ca 0.23 MB 512 39
287,805 287,805 00000000000000007ae84e9566a7e26687c3b0ee35fa3432c78b72e355dab1d6 0.35 MB 327 20
287,804 287,804 0000000000000000554c008d800836655d88bc983298ec901ab6060acba3fb08 0.35 MB 906 43
287,803 287,803 00000000000000013c876b584b1477bace0e9e40d2e53449a0482720e24e3c50 0.05 MB 128 93
287,802 287,802 0000000000000000107b83538876c3aba710affbb885e0fd1460d4a510d04ebe 0.35 MB 753 44
287,801 287,801 000000000000000043348304d2ace14ffc08a9ef0510baecc59c14c87fdb3dd8 0.04 MB 25 8
287,800 287,800 000000000000000144db7ed017e1345289641fdada1fa72f1ed922da511f0e78 0.23 MB 200 22
287,799 287,799 000000000000000151b94b7ca0744b491b3fcbf950435984bc36c5a97c9a08e9 0.35 MB 471 31
287,798 287,798 00000000000000006f2f28d90af36171b9bc41e7986c7bb24943c37bec4ef054 0.35 MB 663 40
287,797 287,797 00000000000000006cf0bafff61188a5f341d04e1575d6c74cd4fee6dbac9798 0.50 MB 1,348 49
287,796 287,796 0000000000000000784a9d079ccc7f810eb35a580c86d9f2e1aa6cd49ddad893 0.28 MB 494 33
287,795 287,795 000000000000000099a54a53874296daab9564e58ee7c2351cbfe9b1e4585613 0.02 MB 60 66
287,794 287,794 0000000000000000e0f9a1ff9ba2de9ce2df53386ffa9a3635dd0bccd4f97b58 0.68 MB 970 27
287,793 287,793 00000000000000000b289c835d7ef17d276b1cd21303531aededf98516df8f32 0.35 MB 972 55
287,792 287,792 0000000000000000a90db476b7d4a5aeb5f278da18747100e01587adcdfd9236 0.03 MB 28 12
287,791 287,791 0000000000000000df7e715b347fd0a14ca3d01ca2b29d56a28daa21404cead2 0.06 MB 83 22
Previous 10 blocks ↓
Total Size: 779.15 GB

Node Details:

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