Memory Pool Memory Pool Refreshing

10,799 transactions (2.93 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,049 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,436 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,048 (856,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,544 52,544 0000000008e7a271baae54929065b54ba2bc0fea248c728008a573a58ab76d5a 0.00 MB 1 0
52,543 52,543 0000000005a70769fef417b5a88b89834f85440310fc3332bd2661daae4011c3 0.00 MB 1 0
52,542 52,542 00000000018188893f8be53cdb8af7c16b14af1584f577a39eaea2bc34179e14 0.00 MB 1 0
52,541 52,541 000000000e8a300da55f9b93c7756a80bff3a8dd34f432591acb0ba3bbdc6e36 0.00 MB 2 0
52,540 52,540 0000000009e62d23bfb9a2b8894fe43dfa1a4c7bd3402c2ddd53f3b889e8d76b 0.00 MB 1 0
52,539 52,539 000000000cdad74f6c758b25194015a801e11be54ecb72b4220d730448fb61a7 0.00 MB 1 0
52,538 52,538 000000001474aef9c1b42ef3a71674dfa46a1aa507f2bee923db0914f1b3c627 0.00 MB 2 0
52,537 52,537 00000000104cd7a7e23e8057bfd1b70db95d3ff66e59f240f0e447cc30c4acb4 0.00 MB 1 0
52,536 52,536 00000000140fec12d5bb117528cd544d8e9001ed18e402debea051aefbd7a31c 0.00 MB 1 0
52,535 52,535 000000000fca130a1e3b9fb000a9e7b5a498ecc22ccbdb8c7790cbcc8445b259 0.00 MB 1 0
52,534 52,534 000000000d05ea62f964b176f474f3d3d0a5385baa59955420f61f171f7d3c5c 0.00 MB 1 0
52,533 52,533 00000000021e69bc6ba6013c398f7c38d357779a441c2e3775eb3cbc7a77e6aa 0.00 MB 1 0
52,532 52,532 0000000005058cda556bed257fdfda541780500d3f48f0529395a6764a865698 0.00 MB 2 0
52,531 52,531 000000000fceb235579240ddb22ce164eab1c3ef61f7a4e58ac20d6033f97ca9 0.00 MB 2 0
52,530 52,530 0000000003289ab19683e340114e7e240a518649a2e7a07424a40dd7a043fd3d 0.00 MB 4 0
52,529 52,529 000000000f745fed205f829a3b0c23f40c6457e2f12fb3835751d83be6687017 0.00 MB 1 0
52,528 52,528 000000001024d6db242b6939a1611731d8516af4260ccb858889e5fac996223a 0.00 MB 1 0
52,527 52,527 0000000008595182fe5d1a56bbfea51eff7f7a931cda96a2de072b729bddc69a 0.00 MB 3 0
52,526 52,526 0000000001f01afa058f7a84cb2b01dd83f5a761864e71622fbdd76d31a77bff 0.00 MB 1 0
52,525 52,525 00000000140768c571161eb48e55613b0f207617fc5198f813fff24a21ca7bfd 0.00 MB 1 0
52,524 52,524 00000000121f35fc4c35747fd65e5f360f629b4e4ae9e801d08753b4ed823c95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.64 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,896.69 GB sent, 105.71 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.