Loading Tool

Explorer IconExplorer

Memory Pool

49,244 transactions
21.32 vMB
0.06620904 BTC
Random Selection Loading Transactions
Max Size: 122.10/200 MB

Candidate Block

Mining Attempt bcdb1afbe802b9e662e453fe75860e22b86f6db37f02d323492eeac133bcf6b2
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root 4594babd856d9291436c7d86c3d4cb6dc1e901d9f719ffb6718b192c1a392032
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.02302220 BTC
Feerates: 502.67 > 2.31 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (781,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,338 132,338 00000000000011b824e271812f40efdf62e15db39121f7368871879334378a0b 12 0.00/1.00 vMB 566
132,337 132,337 000000000000099131222e7ce2e98b2f6bdf353c24c52a020de40f938c6a944a 1 0.00/1.00 vMB 0
132,336 132,336 0000000000000e4074234fe602080f1e5764882733e2cddce4e8811e9bb84a9d 9 0.01/1.00 vMB 4
132,335 132,335 00000000000007f1b67e93697012810b9d7335c158fc6317a3aa1dcf410d9f53 73 0.03/1.00 vMB 771
132,334 132,334 000000000000126f9eebb751dc4642bbac0f986b9219dacdc007f5daeb5e7569 23 0.01/1.00 vMB 724
132,333 132,333 0000000000001174a194ae7fb266d23fba0ad349ea490f5dbaf14e681d1d7661 93 0.04/1.00 vMB 612
132,332 132,332 00000000000009a0f0d98728f63b55336f841933631b6e0770ca2430da8ce11e 6 0.00/1.00 vMB 69
132,331 132,331 000000000000113e570e7bd82c6a6b61707356a91d72bf61c334e416d14a96e9 43 0.01/1.00 vMB 151
132,330 132,330 0000000000000da6d0d3c065667d6aee09366c3a8c57260b1bb4bc35383a44dd 41 0.02/1.00 vMB 897
132,329 132,329 00000000000003fb2a37f2d6dbf01d998a95b39db8afe318305dceba7daffc68 7 0.01/1.00 vMB 174
132,328 132,328 000000000000075d430087a6fcc25f921e0b1e3f3742d2ab018b1a69f70d9129 12 0.00/1.00 vMB 1,185
132,327 132,327 00000000000006fd0b2b3b3f4114ce036e2435b7653bbbaa684c3c19cff7dea9 42 0.02/1.00 vMB 260
132,326 132,326 000000000000018e3d767d273c07c8935289115d9e9cd6ba1d1f6761696aaef0 21 0.01/1.00 vMB 703
132,325 132,325 0000000000000ee5678cee0c9926e7ce3ecada6c874d13c02da3a04233a2b75c 25 0.01/1.00 vMB 891
132,324 132,324 000000000000128db79701c4823bf59d7bf65f4626ea50d3f8ced007cab79909 12 0.00/1.00 vMB 14
132,323 132,323 0000000000000e5f5935cf5272880829c5b6d82b6c2b3a0d9282ef112388becc 125 0.04/1.00 vMB 303
132,322 132,322 0000000000000d777c90f9206c09baccb0fee75e1d7f58e20901a7762added5c 63 0.03/1.00 vMB 1,151
132,321 132,321 00000000000000f42a58be3e9cb153c90b69339726317457b234ecc8eaf7e970 105 0.03/1.00 vMB 2,483
132,320 132,320 00000000000003f80c4b0e73a0a3d869067273ce3377afb507a002aac93bc005 40 0.02/1.00 vMB 210
132,319 132,319 0000000000000c813134270739c75ffdaf2e49e44bffdaebf3fda6dd8d93db90 1 0.00/1.00 vMB 0
132,318 132,318 0000000000000ddc6b5bb67995a20328ffc38fb6c5585d9c3993ec0047f50b64 30 0.01/1.00 vMB 880
Previous 10 blocks ↓
Total Size: 780.64 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: 550.26 GB
    • Received: 6.42 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.