Memory Pool Memory Pool Refreshing

705 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 689 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (335,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,644 572,644 00000000000000000004482c4c889c2fa5b3b117a2a3f273221a859a8ca9a899 1.24 MB 2,622 54
572,643 572,643 0000000000000000001198e1b37ae8712f9f0227ccf2c1dbfea5da4fbcacb1d3 1.14 MB 2,272 53
572,642 572,642 00000000000000000022200e2e654a0e405094514ba2d44fdfcbd84257f4fdf3 1.30 MB 3,313 67
572,641 572,641 00000000000000000023903e7a5aeb9b3934dbede400b58a451294995a33730e 1.41 MB 3,557 66
572,640 572,640 00000000000000000025c6a27aa1d6dcaec0090f8d817165b315b3b037f8e584 1.20 MB 3,168 85
572,639 572,639 000000000000000000226605e6c275d5bbd26729dbd4e2556dc14f87852ca024 1.51 MB 2,639 62
572,638 572,638 000000000000000000056f62fd988e80dcbd6f9b8047123eb9691d785d06da58 1.18 MB 3,199 88
572,637 572,637 0000000000000000001eea60d213ab6fa7c2f49b4245c4d48fd07c6a2030f1c5 1.31 MB 2,992 73
572,636 572,636 0000000000000000000fb4f693ee20a3429e5349bfd16b8bd6845aa14366930c 1.29 MB 3,523 78
572,635 572,635 000000000000000000069970a0881187aa97f34a6e6958407c782bb9dbf455bf 1.19 MB 2,652 24
572,634 572,634 0000000000000000000690a82c524fe77a35e5ee356deefe49c5a313f69ac23c 1.22 MB 2,824 57
572,633 572,633 0000000000000000001d029f0d0c1517be3d9deef535a852df23b9d9a59469a4 1.15 MB 2,511 38
572,632 572,632 00000000000000000019ac3060d6ac1e7d692a3b298dd85b55552bd359c82947 1.18 MB 1,827 68
572,631 572,631 0000000000000000000b6facd739fd3ea32108a3442603eed5847c17410bfd30 1.23 MB 3,110 69
572,630 572,630 0000000000000000000351df462422daca62ceeb6081a87769256f8ed1974f4c 1.19 MB 2,689 51
572,629 572,629 000000000000000000219722c4a453e72dda0baee96053e764162ff4502a35ad 1.19 MB 3,025 57
572,628 572,628 0000000000000000000aadf13168fa97022561c4785ecd3d5e342e04350ff309 1.20 MB 2,057 52
572,627 572,627 0000000000000000000704582269b39ef57b223b7a005052fbaf945ee219949f 1.33 MB 2,517 56
572,626 572,626 0000000000000000000c456b112ee03f7f8d9d6ed8ac44b6317b1fdd52682bef 1.23 MB 3,095 81
572,625 572,625 0000000000000000000d46789db23009540a6268c4e4697c6a408ad38da86023 1.40 MB 2,148 74
572,624 572,624 00000000000000000029fa2e6e47a211ac84333617a6639ee27f23c01450e4a9 1.15 MB 2,354 79
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.76 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.