Memory Pool Memory Pool Refreshing

2,858 transactions (1.00 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,022 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,854 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,021 (892,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,644 16,644 0000000061621f95027768384de0d45fa4e827dcc33db9f190a70f2cc4d8d0ea 0.00 MB 1 0
16,643 16,643 0000000066f25d3f59d837ed44adea89478bb59911e39ed067b7bad0b9424643 0.00 MB 1 0
16,642 16,642 0000000086870c8ac9335a7cd12f433104a97d17856e9859a9f285d033d5ad1f 0.00 MB 1 0
16,641 16,641 00000000170bd4db26773cae21830d9c70b06de3ec493455c72c397a5e8f9d36 0.00 MB 1 0
16,640 16,640 00000000abf25cbe99b3da4e7ff13f1d57fc27b56b39d4b864076a59022617fb 0.00 MB 1 0
16,639 16,639 00000000014ae594115dd76b7306d594e517d46a4b75240b211b3e15c5096e3d 0.00 MB 1 0
16,638 16,638 0000000055848715bfd644229df7d7da1b3ef27883a2b5021206ff7395187a1c 0.00 MB 1 0
16,637 16,637 00000000bf869976305cf48d04a5522f922053b8d1746b0eba1c55b8e40a20ee 0.00 MB 1 0
16,636 16,636 0000000008144d9862619637a4d58a8c4781b76652420c585ef017b7238dfd8a 0.00 MB 1 0
16,635 16,635 000000000977d2fd2cbf78323ffb8697cdb10e7b894f11c0def54c6e1aef2999 0.00 MB 1 0
16,634 16,634 000000007e8cfba0f7c38fed869130396f3766a91915c538b89a28ef9fba28b9 0.00 MB 1 0
16,633 16,633 00000000999702ad934f91f996965f40422c193db4e358559029d5c080d513ad 0.00 MB 1 0
16,632 16,632 000000000fcd08116fbb3cf38789c20787dc757632428b5832d043d08882eda1 0.00 MB 1 0
16,631 16,631 000000009c30c4481be1690dafb7ef6df367dbefb212369d204006bd29d8334e 0.00 MB 1 0
16,630 16,630 000000002bf8b592ca2f776e1298f4bc23dcb5209162ee0935ea28e4192ea3ba 0.00 MB 1 0
16,629 16,629 000000001f4e5a59c1837e88a6b67b54b931a0ddc787e592029b5df2bbce03dd 0.00 MB 1 0
16,628 16,628 0000000026b9911ee064708514df8a59a3d3d38fd38739182c13b3f2c4d207f8 0.00 MB 1 0
16,627 16,627 00000000d323d9cd7b39def92ebedfea40a790d96f1b3d8a7ba4cd279f7ae8a5 0.00 MB 1 0
16,626 16,626 000000008c01576b01cf244f572e799c37d446cfbf36b169fb0d662259027da1 0.00 MB 1 0
16,625 16,625 00000000c366e50ce949fd2f77acca55020f1214585b5a4312d5d769f9bada2b 0.00 MB 1 0
16,624 16,624 00000000ee9059d0942f1b1b4580cb4e9f0d1948b50704facaa9ec6ffb2cae21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.56 GB sent, 105.38 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.