Loading Tool

Explorer IconExplorer

Memory Pool

81,632 transactions
31.52 vMB
0.10131249 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt cf8dbfd5281890f1874b38864857d2c3dafc55faa106b15f9855a1534b7005a2
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root 2b04ff0be51ad841316e682cebbdea6d003ff8aa734db676bd7b2aae77f598af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,691
Size: 1.00 vMB
Total Fees: 0.03074438 BTC
Feerates: 265.25 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (282,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,089 633,089 00000000000000000006e4ac18447ea8d9c502fd28189b25e5bf6aa480061d07 2,731 1.00/1.00 vMB 24
633,088 633,088 00000000000000000014553326298e1b1a4140dbcfaafdec24532b69db31fe42 2,105 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.73 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: 707.57 GB
    • Received: 16.69 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.