Loading Tool

Explorer IconExplorer

Memory Pool

82,160 transactions
31.09 vMB
0.10771752 BTC
Random Selection Loading Transactions
Max Size: 188.67/200 MB

Candidate Block

Mining Attempt f74da8e61be349d2fba4ffa4506c2ea4dd73ede4582511203a51a8a19b0ef9b5
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 39b76865135bd4fdb421b4eb1c0af080e93791aeee7c797620254831bda942a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,337
Size: 1.00 vMB
Total Fees: 0.03447102 BTC
Feerates: 803.65 > 3.45 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (463,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,388 451,388 000000000000000000fe58d1d82756675f44376b5a975b35a6a98982e2f22914 2,591 1.00/1.00 vMB 176
451,387 451,387 0000000000000000003ce591cdbeeca70316be0a22d788f37fe4a2b1b8083d3e 1,747 1.00/1.00 vMB 70
451,386 451,386 0000000000000000024ad4a5ab1c2d19cf4c0f85184ee52999a4fc25d71d5e5b 2,120 1.00/1.00 vMB 124
451,385 451,385 000000000000000000e47607f419985bafb5801fa2ddd11c02c9888870cf7d25 2,719 1.00/1.00 vMB 148
451,384 451,384 000000000000000000fb70604757f03673ca8894fb6880cf22b357fbd9015ad1 1,913 1.00/1.00 vMB 137
451,383 451,383 0000000000000000008316a80b672d6ced58a33f0d92aa34c0e939a1630ecd46 2,719 1.00/1.00 vMB 72
451,382 451,382 00000000000000000208f7dde3d0810b7700868dc5ea7e783b7c418835dcc5df 1,403 1.00/1.00 vMB 66
451,381 451,381 0000000000000000008210d9fdaa0e52d5fda257064e567dd859e7ad759baf90 1,910 1.00/1.00 vMB 73
451,380 451,380 000000000000000001205cc518f9d59ca565ef081171b842e13208e6b00fa292 2,248 1.00/1.00 vMB 130
451,379 451,379 00000000000000000156f5666efc8092c51685bf1929c12292b1bef8467f9982 2,227 1.00/1.00 vMB 76
451,378 451,378 000000000000000001fcf11d422de0ff120ca983c041899a9d7863fa2ed082a3 1,874 1.00/1.00 vMB 112
451,377 451,377 000000000000000002bcf5b8c06c131ab0eda0b22fbf17b50ac9047d36210343 2,144 1.00/1.00 vMB 134
451,376 451,376 000000000000000001e3281bcda38c3dfec6842df376c73288512c1eaa632aa5 1,985 1.00/1.00 vMB 73
451,375 451,375 000000000000000000307da19ebaa22e3fd242e47760a1c29ca1ab4bdec68a6a 1,876 1.00/1.00 vMB 97
451,374 451,374 0000000000000000013e50464c7dfc1226cc175afa53463f9148cf6e878f5f7c 2,602 1.00/1.00 vMB 143
451,373 451,373 000000000000000001764c362dce7a253abbcf08cf80ba44cf79829b8af63bb0 816 1.00/1.00 vMB 80
451,372 451,372 000000000000000001837e038627e0bb0870eac0abb9b113a2522fc5b78ee062 2,063 1.00/1.00 vMB 79
451,371 451,371 0000000000000000007195600f19eadf0b6d69b8a8762eaf996e50d2e27b0f72 2,594 1.00/1.00 vMB 86
451,370 451,370 0000000000000000013a5a93693eda8bf2f078f3fdd9a7d06a2a197c0c7cf4f1 1,958 1.00/1.00 vMB 101
451,369 451,369 00000000000000000169f3df087f4785cbd94cd6238af3dfd0979b02b095690f 2,037 1.00/1.00 vMB 115
451,368 451,368 0000000000000000007386ee28890930c9df8ccdbf41afefec0339073060d388 2,011 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.