Memory Pool Memory Pool Refreshing

1,368 transactions
23.32 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,129 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (831,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,593 76,593 00000000006f064062e711ae314f462b125caa23573c205ab39dbee2e582d730 0.00 MB 1 0
76,592 76,592 00000000002856c3def1d47a72d113252193e5ff520daa379c84ab7c9266e8ea 0.00 MB 1 0
76,591 76,591 00000000001a6ddd049823c2c9cb0b9886afec4d3f2cc87acb317c86844115a1 0.00 MB 2 0
76,590 76,590 00000000006bd4fea9ce63adb7d00346513d62ecfe73174b0f0203bc8d6a616d 0.00 MB 1 0
76,589 76,589 000000000011ad3e7b82631e37b69c0712a5b7c3f509be74f22ff765d3948621 0.00 MB 1 0
76,588 76,588 000000000017f168629ce17c37970e943d01aa32074126677cbc25b57a9a33d6 0.00 MB 2 0
76,587 76,587 000000000054e502c2ef666bbe0aa98725d740d5779a7e1832d065a30ef8e9a2 0.00 MB 1 0
76,586 76,586 00000000002090e519c6cebcb1f6415b1d7338a25347a21450e3c0778522f8f4 0.00 MB 1 0
76,585 76,585 00000000000fdb26e7ef8c6e1cc3aa7fa9d163dec637b3603a0a9845d1b4b2ee 0.00 MB 1 0
76,584 76,584 00000000005cd2bca975d46d05d638942137725fbb691a5a2f7f53e3a4e2b7ac 0.02 MB 3 0
76,583 76,583 000000000049e8245949e11c3e326597f4777bd470f29e59e19c48fae41a8fd8 0.00 MB 2 0
76,582 76,582 00000000005297a5da507f26d4c4e08446e1ce76b61b8875a6a3f0bd25b4e389 0.00 MB 6 0
76,581 76,581 00000000002f9f90a5fa514d5f35f9c68bb248a70835a015907b9fbd37f884a7 0.00 MB 2 0
76,580 76,580 00000000005476fee9f4ee09763015ed5441266560b0506288ef0ba5b2bd84b7 0.00 MB 1 0
76,579 76,579 000000000073ac241363039200e18acc1f4416d10fdda3888fc0be25bd533c83 0.00 MB 1 0
76,578 76,578 00000000005fafe0907d8266a2a438d61821f65b6b57d45ab67cbf23e154290b 0.00 MB 1 0
76,577 76,577 00000000004cc3012af9e709b2cc0ddefbcb1a734452b1b90f8290f028014d3b 0.00 MB 1 0
76,576 76,576 00000000003b6f20b38f57b4f2782cbb39a02f8bc799de604e04af8788b7dad1 0.00 MB 2 0
76,575 76,575 00000000006581abde66a55cfb92abc1a9f4149d57284f515a92523d404646cb 0.00 MB 1 0
76,574 76,574 00000000003fbac8c792fd3eb2c7ab3369ad3e65c07d36d62395c6f457aea2f4 0.00 MB 2 0
76,573 76,573 0000000000462307b9595ea87f34e39c0edf279a51788e8d85258caf5228c8c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.00 GB sent, 98.60 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.