Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,859 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,858 (856,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,521 52,521 000000000a4f66f038a728a7b795bb10c4f11b80c774bea1e1d9ab448abe5fcc 0.00 MB 1 0
52,520 52,520 0000000013f75b8eb46eb5229816efdcf75c0da453addeec1031ff148d6ee400 0.00 MB 1 0
52,519 52,519 0000000003a6bb6d6a77e3a31895fe8a280790f4d0b3a19df4c2f6d556e3a779 0.00 MB 1 0
52,518 52,518 0000000002e4e71f8afc02b5f8a0d0c8082231925c8c647d1424a689d7fe7845 0.00 MB 1 0
52,517 52,517 000000000790279545023a6d4ef65a124cc00ebd548bfb9d3b14d9ef77860b11 0.00 MB 1 0
52,516 52,516 00000000150d944f92cc0d8ff6dff9dd69ed0e02458bc9407a52007808fbe9ed 0.00 MB 1 0
52,515 52,515 000000000768b0112b65ef6bfffe65c56b3948600b506265b6d9d44e1dea3238 0.00 MB 1 0
52,514 52,514 0000000008bc005b648aabfb3c6ad5d3b9e2628b3f82dcd5e91f680ab7020005 0.00 MB 1 0
52,513 52,513 0000000006f97bcedc745eb4147bcb639dceb54f7156f1b613f82d29ded9801e 0.00 MB 1 0
52,512 52,512 0000000004d1af4232d4a2392e0ab6354ec07cd8b746907b62f9b1a66bf0fac0 0.00 MB 1 0
52,511 52,511 000000000a5fe3b67821f47cd6c3369ef5691c16f252ad680d8b6dcab52b9b72 0.00 MB 1 0
52,510 52,510 000000000f4b59f6987d642de5fec6e298b6f62f8e4aa318c5078c01b57c5287 0.00 MB 2 0
52,509 52,509 00000000155b3cad4f7a0dc8f4b074462479a2a036625021cc29ec254b593bec 0.00 MB 1 0
52,508 52,508 00000000084b45c2b657911b7ba298b28eb49b3665c7c3fbd0d0edc49c0b1af6 0.00 MB 4 0
52,507 52,507 00000000119ece6cbbf6778e8cc0501897d343cc393ba1435077dad836183a92 0.00 MB 1 0
52,506 52,506 000000000aa5418afd638fecb6816315a4f8ad13812251059dd82bc6e3a5665d 0.00 MB 1 0
52,505 52,505 00000000034d22051bed1400bc8708be694c49cdbb4380e207bbfba8f2118087 0.00 MB 1 0
52,504 52,504 00000000118f2af9368996e5314270ac56a46483fe0b98f07a6c2d9b9c8cf168 0.00 MB 2 0
52,503 52,503 0000000011fda37bb1db40217022b44e6ed118a58f6264f0646e2e5e24717ff0 0.00 MB 1 0
52,502 52,502 000000000c162da412b8e4602da9577cac8727609347b512427a0f504a799731 0.00 MB 2 0
52,501 52,501 000000001502bba38f75c5ddd51969f774987016ff260ca49d91ae4cdf4a8f01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,860.43 GB sent, 103.54 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.