Loading Tool

Explorer IconExplorer

Memory Pool

79,470 transactions
29.24 vMB
0.11046205 BTC
Random Selection Loading Transactions
Max Size: 177.39/200 MB

Candidate Block

Mining Attempt b91cf2cdacb8639598956a999f13e69aa04176accd728f7ed4063315da9241ec
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 65815e3ed2c2de1c8fff0cd83c8c5e71e69c37a3f697c117f7f27fb8391aeb08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.04925072 BTC
Feerates: 151.07 > 4.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (344,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,178 570,178 0000000000000000001e0a38c10a1dd2fdc7564faacdeb60112e2bbcdef06ca5 2,553 1.00/1.00 vMB 127
570,177 570,177 000000000000000000119be2ef5c4b47e9d90993f1a066cc14484c19c7048093 3,082 1.00/1.00 vMB 156
570,176 570,176 000000000000000000252cad81d253cd4ace889c7754779562be104dfed11dbf 2,120 1.00/1.00 vMB 188
570,175 570,175 00000000000000000024de878b55eb2a5b059d95cfb3c821eac4947b5737ad31 2,353 1.00/1.00 vMB 253
570,174 570,174 00000000000000000015d4ec3070d52642bfc431514e3bd91e1a857077e37b4a 2,560 1.00/1.00 vMB 113
570,173 570,173 0000000000000000000744a103e77ff95f30ff92de9a9446e181d4aabd55d844 2,362 1.00/1.00 vMB 136
570,172 570,172 000000000000000000283accb16025bc1f1daa0178e6e5c17a07acea9aa4865d 2,502 1.00/1.00 vMB 142
570,171 570,171 000000000000000000104d2f2169ffddfdeaf7203fa4bad6d435d4c1b0ca570e 3,087 1.00/1.00 vMB 160
570,170 570,170 00000000000000000028f6f3ac63a20d47a0cc08e66304a6f0c0bc3779e41cc3 3,183 1.00/1.00 vMB 145
570,169 570,169 000000000000000000035cbd0ab52b4741dfd275fcc89875538c0a83850f8ba6 2,241 1.00/1.00 vMB 137
570,168 570,168 0000000000000000002b9054175625e57f8b3414e79be87b06e63b4d2c16c2cc 1,946 1.00/1.00 vMB 128
570,167 570,167 0000000000000000001d94be13986fc38c46ae8d9797779a0b19e6ce0c820a8d 2,030 1.00/1.00 vMB 195
570,166 570,166 0000000000000000000badf1397763c5039a25274f7e50c4175a7b71d4afd275 2,200 1.00/1.00 vMB 84
570,165 570,165 0000000000000000001ee4d008bd9c3e432dac4155d22a661fb04b6800b6ba54 2,997 1.00/1.00 vMB 132
570,164 570,164 00000000000000000002105f818fc05b39610a767d7d940abd24b0ce2cb48ba0 3,208 1.00/1.00 vMB 130
570,163 570,163 0000000000000000001fae0d1b88ea2d3e0b3758098343ccd36d282cc0672f5b 1,826 1.00/1.00 vMB 106
570,162 570,162 000000000000000000071c67fc467ab756463aa4606aeff85844256dec3169ad 3,279 1.00/1.00 vMB 110
570,161 570,161 00000000000000000010aff91f8ab3064f9e4de00768fb8256c4ebd943016b39 2,230 1.00/1.00 vMB 121
570,160 570,160 0000000000000000002b2678db53c7dc0e22545a59d11d764576ed7ad0157069 2,856 1.00/1.00 vMB 196
570,159 570,159 000000000000000000209161ec02f248176e098f182a4a05b4203f20cab8b6d2 2,420 1.00/1.00 vMB 127
570,158 570,158 0000000000000000000c839d743230d4ce6161aa7b3c3f9d9965e98a34d5654d 2,759 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.97 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.