Loading Tool

Explorer IconExplorer

Memory Pool

80,841 transactions
30.26 vMB
0.11328007 BTC
Random Selection Loading Transactions
Max Size: 182.30/200 MB

Candidate Block

Mining Attempt 223f06e0379c9c459807e73b66e9a2c7ba0dddfd928921baebac5f4fd565f4c4
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root a27d15d251961eca30303db10eb0adfcbe23b1a9027b8071502f196b0cea449d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,109
Size: 1.00 vMB
Total Fees: 0.04071916 BTC
Feerates: 150.68 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (361,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,139 554,139 000000000000000000123faffc03f4c52eb5e1c8c025f1116bbab37224a118ee 1,756 0.68/1.00 vMB 10
554,138 554,138 0000000000000000002442a11754402426b05036548be1ffb308d0b2b88d44a1 1,346 0.53/1.00 vMB 12
554,137 554,137 0000000000000000000196a27e8814a7e39146d69a9cd7203f1ea7aa3a88ff08 186 0.35/1.00 vMB 3
554,136 554,136 00000000000000000011f2e253f871b2885f65737b554c800dea24bfd7eeabc3 2,867 1.00/1.00 vMB 12
554,135 554,135 0000000000000000001ee99f66a05857d96606628baf61922a6936d07fa4622e 2,426 1.00/1.00 vMB 12
554,134 554,134 000000000000000000012b19a43ee8a572514b9d188e033fbf2a85b5b01ffcd2 1,824 1.00/1.00 vMB 4
554,133 554,133 0000000000000000001b083d3cc97c1473ce514f43ac8d04d47601e247ad20bb 3,125 1.00/1.00 vMB 26
554,132 554,132 000000000000000000080abe6358d5ff588174ac36aa77bea4e6c5f8db1982ec 934 0.32/1.00 vMB 24
554,131 554,131 0000000000000000002b2a2fe7e664096fc4c66a60ee9c850f2c0ceb8b66af51 860 0.60/1.00 vMB 4
554,130 554,130 0000000000000000001620d65afe89e1aae685168afd3bc2f015a8cccb355d58 2,497 1.00/1.00 vMB 16
554,129 554,129 00000000000000000008b47e4bfa46628a1bed34f1bdb0a1f27e2cadcc560fc5 374 0.17/1.00 vMB 14
554,128 554,128 000000000000000000052206289a48d917a5058ab623c71d7abb71f9e04c88e6 964 0.43/1.00 vMB 8
554,127 554,127 00000000000000000003337984f397fa63404885749c1b38c04dbf9e8ecfea12 300 0.12/1.00 vMB 11
554,126 554,126 00000000000000000023d603d6f02f8aae4214f6126a5adc13d66cd03d3d9353 2,001 1.00/1.00 vMB 8
554,125 554,125 000000000000000000011b4aee5e0ba18818204159021931c8a451bbb641f3c1 1,003 1.00/1.00 vMB 4
554,124 554,124 000000000000000000082cad7e03d9a25d1093081e255cb75e176e6a3928826b 2,277 1.00/1.00 vMB 4
554,123 554,123 000000000000000000192d8162199090a48f3bc872de910b3f768b68b43315ff 2,735 1.00/1.00 vMB 14
554,122 554,122 000000000000000000290ee38f8e91706bdd5365fdad7c9f1a0b939a0ef84fd1 3,198 1.00/1.00 vMB 21
554,121 554,121 00000000000000000003e9ab1f34cb84a73b25bbeba2dd1f6d9ec1fbe6626431 2,239 1.00/1.00 vMB 30
554,120 554,120 00000000000000000019449c4a5ed9c31aadbee540f2dc83f98a4c358ff0c164 1,382 1.00/1.00 vMB 5
554,119 554,119 00000000000000000004651e7c4981df66e885d61a47efea5954e74d388132f9 2,114 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.