Loading Tool

Explorer IconExplorer

Memory Pool

86,029 transactions
32.05 vMB
0.21547107 BTC
Random Selection Loading Transactions
Max Size: 191.65/200 MB

Candidate Block

Mining Attempt 7c93b63bd705b9604bf02d49c0b6e9c603454c9d49260620fe8e0a4059119f5f
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 15e8961c613e304661809c19e48dd426ec655e98d0f48d2f7d1edc7cdf7fe071
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.09705070 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (70,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,093 845,093 00000000000000000002ed2364a1b898d9e64561e99d329a7d7a713451f36f90 7,220 1.00/1.00 vMB 9
845,092 845,092 0000000000000000000186c7ba0d344844d5905be7a366ea8d0d8b3b73ecfc64 7,389 1.00/1.00 vMB 9
845,091 845,091 00000000000000000002f5825f7db74e5e199216c205749f17dd414ec919c55d 5,904 1.00/1.00 vMB 10
845,090 845,090 000000000000000000029842d9589ecd75da456c9142c37157c401f1ac8d08ed 6,247 1.00/1.00 vMB 11
845,089 845,089 0000000000000000000062b4d4ab350e5cd8d65efc6f1aa3b090fbae72bfcf6a 5,526 1.00/1.00 vMB 10
845,088 845,088 00000000000000000000267ec9c348ccafd220d55b0affc306b08e5a172e2f7b 7,259 1.00/1.00 vMB 8
845,087 845,087 00000000000000000000f1f1748d9f93b922a41fe30841011fb1928e66eaa086 7,718 1.00/1.00 vMB 8
845,086 845,086 00000000000000000002a312b0c3c467723c9246b0baf04463b0b6b8af74b863 6,277 1.00/1.00 vMB 11
845,085 845,085 000000000000000000015e4927748d4dfd5fc291b8adfbc02e2145d074b0fc96 7,799 1.00/1.00 vMB 8
845,084 845,084 0000000000000000000318dbe26d17fd0a5abeb415cb751e4957a69bc2bd0bb0 6,041 1.00/1.00 vMB 12
845,083 845,083 00000000000000000002e984e02aea470cd01e76cf8c6ac912cb629ba5df0db2 6,875 1.00/1.00 vMB 9
845,082 845,082 00000000000000000002eed5fb175a81126de283f9f9cd0c86384bd121a6561d 5,410 1.00/1.00 vMB 11
845,081 845,081 00000000000000000000e4c8f4d0075edaae480d6f93daf5f8908b8855336203 4,257 1.00/1.00 vMB 12
845,080 845,080 0000000000000000000111b16fb612d3a24025e821f145280ab1b24acd009275 4,283 1.00/1.00 vMB 10
845,079 845,079 00000000000000000001105cc7dd63d1d2dbfa036cf6f0a1536216b1a2b58cb7 2,915 1.00/1.00 vMB 14
845,078 845,078 000000000000000000026fe07bd344156135db4810551f519a4036fdcf54b48f 5,247 1.00/1.00 vMB 10
845,077 845,077 000000000000000000006d7485e89a79df83e11ce03362c2462ff114a00f3060 4,638 1.00/1.00 vMB 11
845,076 845,076 0000000000000000000240c0df18aa909db801e872a7687010d6569d11beeb1d 6,477 1.00/1.00 vMB 10
845,075 845,075 00000000000000000002cb8ba9787eade2cbdf9d4c44ccc745cc56d369db0468 3,225 1.00/1.00 vMB 12
845,074 845,074 00000000000000000000574d54efd32827a478b91461b3fb66ec3779df9f415c 6,989 1.00/1.00 vMB 9
845,073 845,073 00000000000000000001f8d0dddc0bc49a546949d2fb0dbd6d6d70bebabfdbe5 7,122 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.