Loading Tool

Explorer IconExplorer

Memory Pool

80,900 transactions
30.86 vMB
0.07618241 BTC
Random Selection Loading Transactions
Max Size: 187.75/200 MB

Candidate Block

Mining Attempt ddd81cd5296fc6dd1b7758b9f8bdf1cfe1f21b887312f7077a1feb5488815ecf
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 05bb7e3fd546a691d03ca8a0bb5aea2cce50cc2295e4041277bcfafc6402073f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,920
Size: 1.00 vMB
Total Fees: 0.00987125 BTC
Feerates: 265.25 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (282,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,087 633,087 0000000000000000000399a60b4d9a9c601cf05096f7361bdb591d9f8b3c8827 2,614 1.00/1.00 vMB 70
633,086 633,086 00000000000000000012a4df1af56989e429071d75bbe3643b0aae54f9a73eed 2,011 1.00/1.00 vMB 25
633,085 633,085 0000000000000000000427e82df311706dccfdbac1eecfc6f44d77395779fe79 1,996 1.00/1.00 vMB 40
633,084 633,084 0000000000000000000c9c83c1f72ed298a8c2d3b970fb012208d7d6559e5550 1,969 1.00/1.00 vMB 60
633,083 633,083 0000000000000000000139a153f8fecbb6bd7ccd5ce38901ed60f97980a6c0b1 2,429 1.00/1.00 vMB 64
633,082 633,082 00000000000000000011026a2dec828e3aa70895b46492a2ad1265c598460504 3,085 1.00/1.00 vMB 86
633,081 633,081 00000000000000000008f5b5020e983ac1c421061159b724bbe7461d71287e41 2,466 1.00/1.00 vMB 23
633,080 633,080 000000000000000000129d0bf974a797880fff45b55804a96ab424657e56e3e2 2,597 1.00/1.00 vMB 32
633,079 633,079 00000000000000000010978b6dae5d1da1a5c5b196a22cb6d22c355f03e03761 2,922 1.00/1.00 vMB 28
633,078 633,078 000000000000000000014632830994f61fb7e68dbe21a88f40fd6288b0cf70f8 2,545 1.00/1.00 vMB 27
633,077 633,077 000000000000000000074c6f39bae7bac3b5fa810a287156e0c6be651c87562c 2,922 1.00/1.00 vMB 63
633,076 633,076 0000000000000000000755e469ca1c80c9ead4ab2d7ae7acf8ae82e25a0d9180 2,978 1.00/1.00 vMB 58
633,075 633,075 00000000000000000007bd3cc40c0de42e96d01d6fd22aa6365fadfc6ee60b74 2,680 1.00/1.00 vMB 68
633,074 633,074 0000000000000000000927461d3f269a63bc9a55b40394909d5027f6b2291e31 2,788 1.00/1.00 vMB 49
633,073 633,073 00000000000000000009133111f95523d4d5c33b275919e9659bdd4bc3d5dc7b 3,101 1.00/1.00 vMB 83
633,072 633,072 00000000000000000003d43a261d3b759dbf9390f8afb601b8998e9f15472d05 1,918 1.00/1.00 vMB 60
633,071 633,071 0000000000000000000c41c0364b231137f6e4d9b13e4d87988ff9c26edb9ff7 2,879 1.00/1.00 vMB 64
633,070 633,070 000000000000000000049a929ab5789dde714d7b80850dac1109bf747448536b 2,791 1.00/1.00 vMB 68
633,069 633,069 0000000000000000000d41af1b4c4661376e1ef83d0b588ae591aa068e8f81ea 3,429 1.00/1.00 vMB 94
633,068 633,068 0000000000000000001066bd1ab5ae34671ef250d25f30f3c2d300a2a35fa428 1,075 1.00/1.00 vMB 5
633,067 633,067 0000000000000000000ed30e42d13fbb829f65a80c968003cae7882e7c08853d 1,450 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.71 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: 701.18 GB
    • Received: 16.62 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.