Loading Tool

Explorer IconExplorer

Memory Pool

87,010 transactions
31.92 vMB
0.13376500 BTC
Random Selection Loading Transactions
Max Size: 192.71/200 MB

Candidate Block

Mining Attempt 37d7c820dbfbde05d9d75eac41344a99556fd74e1622b0879b95e368b432495c
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 4aff19e955662ec2bf0ed3b965caab817f3d0751c456d1afca2ac785248bfdb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.04784909 BTC
Feerates: 911.92 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (69,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,140 845,140 00000000000000000000a3153f72d2447191298612b9d0873413f5df42d28fa6 3,613 1.00/1.00 vMB 15
845,139 845,139 000000000000000000002926a3d1f5b5821bfd04a49561dcb3fda13a6a0edd58 5,495 1.00/1.00 vMB 13
845,138 845,138 00000000000000000001986e070e39921c5a28c1e9bbd7ffb29848095bdb1834 3,339 1.00/1.00 vMB 11
845,137 845,137 00000000000000000000c791cbb045d9586fc2954f53d1051c4b71e10dd7006f 4,219 1.00/1.00 vMB 23
845,136 845,136 00000000000000000002293417ba6e1d2902c0e05f23b2b33edab63c71078ebb 3,699 1.00/1.00 vMB 9
845,135 845,135 00000000000000000000927d1649d56a5d2b651e4110daabf626eb6cf4267247 4,006 1.00/1.00 vMB 16
845,134 845,134 00000000000000000002e7b62656a66e5862a2db38806d635e4ef0286d0b6955 3,819 1.00/1.00 vMB 13
845,133 845,133 00000000000000000001c34a8022d35877990d37e59261495add3a43f06b6cad 5,044 1.00/1.00 vMB 15
845,132 845,132 00000000000000000000ac45db60716764d3da16cdac607d7c59eb483bd8017d 4,324 1.00/1.00 vMB 13
845,131 845,131 000000000000000000004192c11f5c91394ae9dd5170410e1da91990287a0d9e 4,784 1.00/1.00 vMB 16
845,130 845,130 000000000000000000011bb7249f49c6ba1c1835be4566889704efae7e7e40b1 4,028 1.00/1.00 vMB 20
845,129 845,129 0000000000000000000351239f2d64a1575c4329d9c1da03347d4fec74a2fd04 3,119 1.00/1.00 vMB 27
845,128 845,128 00000000000000000000809eb6007f07cf5efaca1c63a788a4aabc73219598b3 6,292 1.00/1.00 vMB 9
845,127 845,127 00000000000000000001b757a42e49a3b5b8e6f29a1a621601d56ddb720d4d9f 7,121 1.00/1.00 vMB 9
845,126 845,126 000000000000000000026a1174a1a2d710e31057e4a6b515be8ab2108bbd0556 4,319 1.00/1.00 vMB 14
845,125 845,125 00000000000000000002ed0f334880349e32d99ba3c2a8d78e591589405e8891 5,941 1.00/1.00 vMB 8
845,124 845,124 00000000000000000000ced85fdc8b0ccbc3bad7dff175d658fd615d08f25379 4,069 1.00/1.00 vMB 9
845,123 845,123 00000000000000000000b2d10360c7313de304a6c71dc78bfcbc7fb66ea37771 2,571 1.00/1.00 vMB 13
845,122 845,122 000000000000000000006b810b063cd12bc783e2ab3f797821db86f60d2c3ded 3,846 1.00/1.00 vMB 21
845,121 845,121 000000000000000000033b6b627953604925f93e9461668d175615ab89f0f0ce 3,401 1.00/1.00 vMB 12
845,120 845,120 000000000000000000026bd8c85e40d3bc120be0fa033c50ee1b0cb4f9a90fa0 5,084 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.