Loading Tool

Explorer IconExplorer

Memory Pool

81,692 transactions
30.74 vMB
0.08497504 BTC
Random Selection Loading Transactions
Max Size: 185.09/200 MB

Candidate Block

Mining Attempt 4824bf96fcb3ed0bf7d312f98eb235835ad0f87bdf4237b69089f4f8ee6630bd
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root a5844648170c22d2c6d6fc4cc4cef76291a587a0a2d25a0cc9de131d6fd72aa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.01736402 BTC
Feerates: 51.76 > 1.74 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (306,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,915 608,915 000000000000000000088a2e2e93dcc43f986d246c6e63fbf295dc4877304c4b 2,248 1.00/1.00 vMB 62
608,914 608,914 00000000000000000003ee5816ad9057cff836878ffcc8fb8ba0a357f9560a8d 404 1.00/1.00 vMB 97
608,913 608,913 0000000000000000000492244c87aa955930e84905e9635d1644cc26a0c5a5c5 190 1.00/1.00 vMB 95
608,912 608,912 000000000000000000125a9e27dac63494e99ff0ebc544b7ee4c5cac3f1f6c2a 245 0.07/1.00 vMB 9
608,911 608,911 000000000000000000000a70f971df5921f3f2b98802b2b03b4d203422f1818f 3,104 1.00/1.00 vMB 21
608,910 608,910 00000000000000000013110e4ce560c6af299b37125278e66c413fd2bc8bbb1f 1,682 0.49/1.00 vMB 19
608,909 608,909 000000000000000000116f4378637b196962059db5b62de3dc9b1d01a771e899 2,457 0.88/1.00 vMB 10
608,908 608,908 00000000000000000015b135178d5c16c55c4d266a02de298008f557f831d5ce 3,288 1.00/1.00 vMB 36
608,907 608,907 00000000000000000010d3de84912d17aaced57e5061d3b5da194b80e21022a6 2,029 0.54/1.00 vMB 18
608,906 608,906 0000000000000000000dd02595f230a24c68771171ae28e57fa6038860dfdffc 1,504 0.47/1.00 vMB 20
608,905 608,905 00000000000000000001b633cffe574edb9c10b121adc1c5c22635d055900feb 1,207 0.37/1.00 vMB 20
608,904 608,904 0000000000000000001429128ef4861888f792999b8bfc52ba3cfd5a8f1ac489 1,327 0.41/1.00 vMB 15
608,903 608,903 0000000000000000000b0823ff33b0461cee6f87aca9011ba6aa7d694c840e27 3,038 1.00/1.00 vMB 5
608,902 608,902 00000000000000000002a40ea50e38e56432a88e6ae7587ef4228c88d773f4aa 2,863 1.00/1.00 vMB 27
608,901 608,901 0000000000000000000b50370d7184d46b468d5829c758b6d5a4b8ad9d559353 2,733 1.00/1.00 vMB 11
608,900 608,900 000000000000000000009e194db80e1bde521cbddf86fe9db71984af7ca1b32d 2,834 1.00/1.00 vMB 34
608,899 608,899 000000000000000000040037389ca240902af5abab1c52e2955872579fc50c54 3,262 1.00/1.00 vMB 19
608,898 608,898 0000000000000000001121611ba575a1dfa56cc5e9a8c01d96b8e96e276bf071 3,183 1.00/1.00 vMB 43
608,897 608,897 000000000000000000051ddabc7134a2df3a422e4ce6b7dc8f5c30da2b305f7f 1,357 0.42/1.00 vMB 9
608,896 608,896 00000000000000000000a13569db9e2d509a7be299c60ea6fb55ec8feb630fe8 3,106 1.00/1.00 vMB 15
608,895 608,895 00000000000000000007e4b29db3f6e1ef5eaca1c9cffc972e9b424ddb61a738 2,266 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.