Loading Tool

Explorer IconExplorer

Memory Pool

73,439 transactions
28.07 vMB
0.06084708 BTC
Random Selection Loading Transactions
Max Size: 166.96/200 MB

Candidate Block

Mining Attempt 52c747efd868d25920c1d6cb64389cf7f989e6ee4565b1309e4faa13b51e2c3a
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 751585884317f548d3c8e77a3baa6024721bd6c05b8d36ec0796ef16138d30d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,392
Size: 1.00 vMB
Total Fees: 0.00468785 BTC
Feerates: 35.10 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (347,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,039 568,039 000000000000000000036e3d56afd38dda2ab66b8f0b88edd1c79cfa136bc1c8 978 0.33/1.00 vMB 24
568,038 568,038 0000000000000000002b772ad0f0f3607116d3b54f046b8b08454e235ff5b19e 395 0.11/1.00 vMB 23
568,037 568,037 000000000000000000290e7192384c4dde9c75fdee1dfb9648bc1ad6a3e69701 1,657 0.54/1.00 vMB 17
568,036 568,036 00000000000000000006b40dbb9f84af925283be35b906db52c558663f42a03a 1,881 1.00/1.00 vMB 13
568,035 568,035 000000000000000000084a52eecbc03cfc34098a0cd18223b36de1c0bbe20b04 2,432 1.00/1.00 vMB 24
568,034 568,034 00000000000000000015a1f5856bd55fe33cd4028106db36134a9120b7de9082 3,129 1.00/1.00 vMB 40
568,033 568,033 000000000000000000233817c19153d3c9acc63ce087567453e686bbf9f12ad9 2,243 0.97/1.00 vMB 22
568,032 568,032 0000000000000000000cf57d020386c40467b54beef81bd4647434671b357962 1,197 1.00/1.00 vMB 5
568,031 568,031 00000000000000000027faf12f2291fce7bc17cfb5d4a0e32f94b1de4f8faf16 1,153 1.00/1.00 vMB 12
568,030 568,030 0000000000000000001a94a3f6bfc77cb0f4e2a55941b70ec09a91fd7f9a4de7 1,133 1.00/1.00 vMB 11
568,029 568,029 000000000000000000097798a141cc5127de0104c0740bd79ac735a187778897 456 1.00/1.00 vMB 5
568,028 568,028 0000000000000000001486c8145fb4d5396d29fb941cbf8cca4d7091b6f65192 649 1.00/1.00 vMB 7
568,027 568,027 0000000000000000001a8ad90c8b6542fc7f2e1d4eb84141a89c0cb33fb49d57 753 1.00/1.00 vMB 6
568,026 568,026 0000000000000000001c891550b86f2c32bbb83fdd78a51e6b60929af662a387 2,038 1.00/1.00 vMB 5
568,025 568,025 0000000000000000000b3949572d7469358b94389c635416abfd7be1cb5d6ae6 3,214 1.00/1.00 vMB 34
568,024 568,024 0000000000000000001322b95e3bd8d6c8749cef26345948e05449a3b5b48394 1,351 1.00/1.00 vMB 7
568,023 568,023 000000000000000000122c230254643161d932e17099a6389de787d8291f3aa0 2,248 1.00/1.00 vMB 9
568,022 568,022 0000000000000000001cd1e262b245102ddcfec5f4da830ad28db15d9dfe78e6 2,921 1.00/1.00 vMB 23
568,021 568,021 0000000000000000000d45a62917d1a7f4bbc47c59d38a09f3ce33c73e4b5d5a 2,549 1.00/1.00 vMB 22
568,020 568,020 00000000000000000004a2f30848a6044924258fbb22c84660d1f3638f1f7439 3,241 1.00/1.00 vMB 39
568,019 568,019 00000000000000000022dd94e560848b463bf96015cf89c6e0e4f270245b7c3e 1,917 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.52 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: 668.74 GB
    • Received: 15.55 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.