Loading Tool

Explorer IconExplorer

Memory Pool

92,592 transactions
24.68 vMB
0.07744452 BTC
Random Selection Loading Transactions
Max Size: 165.32/200 MB

Candidate Block

Mining Attempt a88ba624e26a0f167edbd12c711099836265097c666fba6e23aadbbefaa12d26
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root 786f40c1e2fae07c30199fd8d059d4c84949d41712bbf644ef70e3f9b965e2a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01903804 BTC
Feerates: 301.07 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (864,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,112 51,112 0000000015f8952409068be9a2526085d8b88bcbe7adab160a0dcfd48abb2478 1 0.00/1.00 vMB 0
51,111 51,111 0000000015e0446f7e29fbd205ab17b83608598292450f36b7175f32540bbd35 2 0.01/1.00 vMB 0
51,110 51,110 00000000019739e35e5a1b1d64cadbbd9f8ebda15c7388d35091713065bb0c30 1 0.00/1.00 vMB 0
51,109 51,109 00000000206cc5dcb94f72a34e21a7459688b63d2ae0bd0bc7b70c84030c8933 1 0.00/1.00 vMB 0
51,108 51,108 0000000008200495390c56b1fa5ebd92fc097d9cedb34ed07ea6470db42e08d1 1 0.00/1.00 vMB 0
51,107 51,107 00000000040af7dc78198e3dc1f0097389bdfe50223623e9fe57d6dae3549b08 1 0.00/1.00 vMB 0
51,106 51,106 000000000719f7fa6163c7c108b4da5e76e9581c973776519004af1eeb01686d 1 0.00/1.00 vMB 0
51,105 51,105 00000000154865ecbbb0f9cbe6b91a2d17607fc5d521b698a8cce1b0fb358800 1 0.00/1.00 vMB 0
51,104 51,104 0000000008b06e34589ae3f4592be5a7a83d83383f52fb1524ce49d42ca76814 1 0.00/1.00 vMB 0
51,103 51,103 000000001f25c8916ddbb6ae66159d798e542d587713d1f663df1a698cc7bc9a 1 0.00/1.00 vMB 0
51,102 51,102 0000000015445cc87000a4bfa8304481759489de23785b8d0f24e45129018145 2 0.00/1.00 vMB 0
51,101 51,101 000000000194df3d1fcb0bd428fddbfef5d877b2e3affc2114135e1b9d951df8 1 0.00/1.00 vMB 0
51,100 51,100 0000000015dd90972f84cad9a51ebb192a18a2df31bdc99f1a9bb3621cb6df75 2 0.00/1.00 vMB 0
51,099 51,099 000000001ee03aeebb3b1a2165148ded838402602c25d08f453fbc93612a5a15 1 0.00/1.00 vMB 0
51,098 51,098 00000000016809b3a1910c01ee14f496fec7ee370237247d4fbe64da473c0aee 1 0.00/1.00 vMB 0
51,097 51,097 0000000002aa04d7b9d56852308db8c3f94ad991f50d1f1e348718d6e60dd8b3 1 0.00/1.00 vMB 0
51,096 51,096 000000000f960b23cc9edf722c8f01042e8e78cb1b811f47de36c51b32ff8411 1 0.00/1.00 vMB 0
51,095 51,095 000000001f14c9537e5e12611878f03547498c2649761b912f8c89354d89cdfc 1 0.00/1.00 vMB 0
51,094 51,094 000000000d0134da71e1fd1cd7cae8c6061fcf1b8857795da56dda0c11239b5d 1 0.00/1.00 vMB 0
51,093 51,093 000000002073a40ddc93df0fc2cbe3a4bfdb878bb431d2f7f999da661b137023 1 0.00/1.00 vMB 0
51,092 51,092 000000001438e5423f4aea30fb56981cf9cc8af3188bf325230a96a7b0fd5fe8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.22 GB
    • Received: 24.15 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.