Loading Tool

Explorer IconExplorer

Memory Pool

31,233 transactions
25.91 vMB
0.06245762 BTC
Random Selection Loading Transactions
Max Size: 129.22/200 MB

Candidate Block

Mining Attempt 1a43a32c8c22ce2f4eafb5eb44e4ec212c29c909e50472c69a3c5ef93f7576f6
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 369e1c77c002ebb8530f0779b448e7945c5e3eb3fd5aab5198b0f35e6a2b9a6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,585
Size: 1.00 vMB
Total Fees: 0.01514281 BTC
Feerates: 477.45 > 1.52 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (811,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,651 102,651 0000000000017803cd4341614f963fa596bdc56d8ae45c0770b4295fd9105ffb 1 0.00/1.00 vMB 0
102,650 102,650 00000000000003341eac22d9300fc12afc3b70a2f4d7fc2d831fc8e8d3d41418 1 0.00/1.00 vMB 0
102,649 102,649 000000000002a4ff30236daab556e45a38b742627d7c59d423c3f463cca9b165 1 0.00/1.00 vMB 0
102,648 102,648 00000000000169ab5e81abf070177690d376c9b3dbcdc73fc64e0a25fc1519cc 1 0.00/1.00 vMB 0
102,647 102,647 00000000000009df81168add9b550693d493a706484889f46c4dbc4e465b86c3 4 0.00/1.00 vMB 0
102,646 102,646 000000000002215419d6cddc86e5279cb41650b6b4b37b1847b54cbe04f9468a 1 0.00/1.00 vMB 0
102,645 102,645 000000000000d8c4df84df0c31a4b3470f0fb5e5815b4b0ef6f442822a0e6db3 9 0.00/1.00 vMB 0
102,644 102,644 000000000002176b5e61eebc9207e490bede4cd1f0df57f8b7d0452291363394 19 0.00/1.00 vMB 0
102,643 102,643 000000000000f35936eebd051f7450e4c06da7409aae357291188fd7860ece66 1 0.00/1.00 vMB 0
102,642 102,642 0000000000037068f15dc0d5ae432b79e08d70e064607a45e5c295ed7992adf5 1 0.00/1.00 vMB 0
102,641 102,641 000000000003c2f349199e3957ec4cc3e5c92e0c20b60a9ebe09f9bc285590c3 1 0.00/1.00 vMB 0
102,640 102,640 0000000000002f9773da365b143d18deab496532dcb5cb38cd204b72e78be641 2 0.00/1.00 vMB 0
102,639 102,639 0000000000037266e92493762154e7a6717ce303b08ad0f758d5e685f40e4381 1 0.00/1.00 vMB 0
102,638 102,638 0000000000032716be4b0a13e6ac5f819a006cf65f962d4c01fe0632bf2ba522 1 0.00/1.00 vMB 0
102,637 102,637 0000000000000998557ba7620a18ac54ed9711a55fd7f8d2193a9a3dab12fac7 1 0.00/1.00 vMB 0
102,636 102,636 000000000000aae0d03ee2061238f3df1d49498b64dec584d7d54001dbd6526f 5 0.00/1.00 vMB 0
102,635 102,635 00000000000360880048cc210df0d2bc6a550987731f169aa92cc676860b8f98 1 0.00/1.00 vMB 0
102,634 102,634 0000000000012849b6927530feea9e07712556b502fba4e8e69c99ee15783146 14 0.01/1.00 vMB 101
102,633 102,633 00000000000213d56c0d13bc4fa6229144a5db80d68170bd2348b9b12c12895a 8 0.01/1.00 vMB 0
102,632 102,632 000000000003f277ac33fb2474d2278c8ae9ace6f2e3b8c305316cc847a2b062 25 0.01/1.00 vMB 0
102,631 102,631 00000000000169bbb697b72cce80901ef9941203e36d69d41d7e6a7623402b84 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 579.01 GB
    • Received: 8.83 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.