Memory Pool Memory Pool Refreshing

5,324 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (369,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
538,412 538,412 000000000000000000035431c8e6b8e43075cc060d0d139df8251db572ab87c3 1.16 MB 2,840 29
538,411 538,411 0000000000000000001b4b25b122bef8489179c916a64e603eb2a6d9cc8c4001 0.05 MB 113 23
538,410 538,410 00000000000000000006f724d8be492166f21549aee4eac34e8c38299644370b 0.89 MB 2,162 19
538,409 538,409 00000000000000000013a364dc6e3f806ec6d182ee03970ce58f9c7e790c8a13 1.16 MB 2,466 20
538,408 538,408 00000000000000000027b55b2ab8e6d19240432747fedd5585dec3e703a6492d 0.94 MB 1,748 16
538,407 538,407 000000000000000000226abf84d663dbdcbc4dcc61b67ec5c61c557c107e9607 0.36 MB 642 18
538,406 538,406 000000000000000000030d6045c817c2d729ce0a08aa8527a3d2d1f4f4d8a845 0.05 MB 121 24
538,405 538,405 0000000000000000000bb01b7c7481bee1a798faed84903c326ae9468f180796 0.83 MB 1,791 17
538,404 538,404 00000000000000000005d7841b2f085b847977db68f1ad76992ac374e85c9ae0 0.24 MB 450 27
538,403 538,403 00000000000000000010f4200ca13ee4eadd03b8cbd0cdd36613d9e96cbb195a 0.00 MB 4 10
538,402 538,402 0000000000000000000c89458feb4627559dbcccd7f4e51bb51df09807948e0c 0.83 MB 1,370 12
538,401 538,401 00000000000000000015a088c214229c02c5f0c52ad97972807098b7b118c4d0 1.11 MB 2,390 5
538,400 538,400 00000000000000000022f70c13a00d284ce6a35745950bf6c0306fa4c5261914 1.22 MB 2,535 16
538,399 538,399 00000000000000000001ff6c1976f0befa7b897371f79f32e3d8037e01c82ad4 1.11 MB 1,434 13
538,398 538,398 000000000000000000213ae2f178d39e9057000b63fbea4c7ad2172080995b58 1.12 MB 1,763 30
538,397 538,397 000000000000000000161cfd103aa92561786519312049506d46dbd43f2bc083 1.02 MB 884 46
538,396 538,396 00000000000000000000ebb5149c8fc58e5dc286f5be1f7e6f53304baed882ac 1.01 MB 630 60
538,395 538,395 00000000000000000002694dd3c0318d757708cc93450f8a969ec669971e9318 1.04 MB 2,338 17
538,394 538,394 0000000000000000000c6ecb1f4ac50afc090663455c6ca8d5746cb0ab973532 1.03 MB 1,694 21
538,393 538,393 000000000000000000006144f944400243256292ec5323f36e1978855cd62491 0.05 MB 78 28
538,392 538,392 000000000000000000278b72817dce80d5cb477d2f1ceba854ec5e1f981a2700 0.02 MB 51 3
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.