Loading Tool

Explorer IconExplorer

Memory Pool

78,752 transactions
29.49 vMB
0.06892733 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt f63823dd70e0fd8f9fd9ba03616eabbdd31a4fe17eac16455a1c7a308e1e1a1a
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root edcc6594d95ca986ed4e803981f6ddc8d9c73ef0a7f0e5e2b2ceb7dc095c11a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00903589 BTC
Feerates: 50.25 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (52,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,195 862,195 00000000000000000000663950594907cdae63253aa515d205be5e6faa123e16 4,070 1.00/1.00 vMB 3
862,194 862,194 0000000000000000000041e5bdfb794bcef70a4ae9fc8494288ab5cda1703249 2,402 1.00/1.00 vMB 6
862,193 862,193 00000000000000000001c6260b1aebba5d5c92b47d8218c19e5959d56d6c89e3 7,161 1.00/1.00 vMB 2
862,192 862,192 00000000000000000000ddd204d16827574a24a8142b8efd5e61bdaa741440d0 3,820 1.00/1.00 vMB 4
862,191 862,191 000000000000000000022ad7b0210b7f9cf05b9a96c95fc3521dd3b1ddb9620f 2,491 1.00/1.00 vMB 5
862,190 862,190 00000000000000000000125c673671646bb60678f4eb83bc975652ed727eb320 7,502 1.00/1.00 vMB 1
862,189 862,189 00000000000000000000ebb1ef1f919d59e106bab0204f695d314fe1f3ec214b 6,236 1.00/1.00 vMB 2
862,188 862,188 00000000000000000001a76886652c877d4bc930e1d41bc72532feb6f09105d9 7,063 1.00/1.00 vMB 2
862,187 862,187 0000000000000000000015cb10d3f52602f7512e3694c844384d3a6543ef9564 3,748 1.00/1.00 vMB 4
862,186 862,186 00000000000000000001cd99bcca18a43d87f88f366d960b13ce74adc488e296 2,256 1.00/1.00 vMB 4
862,185 862,185 0000000000000000000179ee54bd2357e57919b595532d4294a597c4148c9279 1,184 1.00/1.00 vMB 3
862,184 862,184 00000000000000000000dd685e51ccbfeb80c159f4435d38b5bfe8828fa486df 1,271 1.00/1.00 vMB 3
862,183 862,183 00000000000000000002ae92efa2529d841845e1aba508cc3e1edbf498c20b1d 2,669 1.00/1.00 vMB 6
862,182 862,182 00000000000000000002f7cf7b0731c057628fbbb236519baaab345dc5566e2f 2,205 1.00/1.00 vMB 3
862,181 862,181 00000000000000000000773d86dfeb9bc3608832cd15a40c518113ecb4cd79ea 1,327 1.00/1.00 vMB 3
862,180 862,180 0000000000000000000308c398ced2021733a2a6a9b1dc0358f6dbbf84c02941 1,998 1.00/1.00 vMB 4
862,179 862,179 00000000000000000000ca538d3205ce13e57a6f097fa2a489c1ab5bc9993192 4,250 1.00/1.00 vMB 4
862,178 862,178 00000000000000000000afea5294d53d8a9f10e3fb23a9973395f7f8c7c40547 2,226 1.00/1.00 vMB 6
862,177 862,177 000000000000000000007c60a83f4e82cc0a3d655c50698a218cbfebeb6123c9 2,681 1.00/1.00 vMB 4
862,176 862,176 00000000000000000000f97e0f6acc69c5807ebe6337fd6448f6277093b65e86 2,754 1.00/1.00 vMB 10
862,175 862,175 000000000000000000013f1d1db4c46c6f514472fbd11444bd8603756c6ff545 3,006 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.