Loading Tool

Explorer IconExplorer

Memory Pool

18,750 transactions
8.85 vMB
0.06173559 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.41/200 MB

Candidate Block

Mining Attempt 809464146ef215fce4a897bf3526cbbb90c81c5390a426d816557ece22a50dd2
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 646f218ef708f85237d39bb241d82b1a0123b09fd7739ad1d4ae5b8efa4921cf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,983
Size: 1.00 vMB
Total Fees: 0.04125518 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (747,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,583 165,583 00000000000008278259692cdf93c78e72fbdcf868ce7d35b5543b8bac63c2a1 12 0.00 vMB 268
165,582 165,582 0000000000000295cde8c0e5b77014f7a251e103e5af18da9f4fde3e54d2dd51 44 0.02 vMB 99
165,581 165,581 000000000000085924445a9bf962f970bec094c49c70c4e92bbaacf0f1e7bcef 16 0.01 vMB 23
165,580 165,580 00000000000002cf77f9fd0dc258438ebdec56a9e231a736d924e5ef1777e642 36 0.02 vMB 94
165,579 165,579 00000000000003d7f9fc812ebd78ccf7e254dcb16d0fc2072a2b2d3679d7923d 73 0.03 vMB 222
165,578 165,578 00000000000003b240eefb5984721665a921a39718c421c1e8993ab15a0eb684 15 0.00 vMB 50
165,577 165,577 00000000000009fa9d2f0f433ea91e86826ef1724cb0c22743523ead4c860e7e 14 0.01 vMB 239
165,576 165,576 00000000000009d732e20e0bf503532753bc26d837e30e82f101d1b5017445fa 28 0.01 vMB 135
165,575 165,575 00000000000001d35bf913ffe33a8b877941662ccf48ca5b6a1c211ebd52e87c 19 0.01 vMB 156
165,574 165,574 00000000000002abc842cb31f3e35509e645345db72d9b57217cecfcbdd3e254 9 0.00 vMB 354
165,573 165,573 0000000000000a94580bdf1b7823d0198c8578eba4ca0175755e6423184d6579 30 0.02 vMB 199
165,572 165,572 000000000000025741572d50be7ba9b9e6df15db3b412da0b8cdea08b1c2d362 60 0.03 vMB 430
165,571 165,571 000000000000078e5feaa8261e4378afd92149ec4f4c258445718f574bebf641 31 0.01 vMB 172
165,570 165,570 00000000000008dc90ecb767f400b6386e3800e4272ac49283820b8c808b5dfe 48 0.02 vMB 408
165,569 165,569 0000000000000af6dba5cbb0e3f5617da48d1c595d87e52a19c4de0f306fc589 8 0.00 vMB 85
165,568 165,568 00000000000003110ee24695c4cf6ed4606fb2de9b623a9dd13a614d47e89be8 20 0.01 vMB 948
165,567 165,567 000000000000045914bff18a6d6855cfbfa61d3af17515f0f54111568d159d49 27 0.03 vMB 105
165,566 165,566 0000000000000645b84905b11a58efeac3eba9dc529bc04115a1aee824e820e8 153 0.05 vMB 34
165,565 165,565 00000000000004f73066d2f40ef0c38f367acebe9b0f90065ce3813c6ed8e13d 116 0.05 vMB 341
165,564 165,564 0000000000000bab473f789631e8435ad06bac1fc94790f831979c9acce44e56 14 0.00 vMB 10
165,563 165,563 00000000000006d549481fa8ef30e791a121bf639bd572dcafa6d83da3e55d06 29 0.01 vMB 151
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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