Memory Pool Memory Pool Refreshing

10,637 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,432 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (48,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,122 859,122 0000000000000000000152dc033accb914e258799121f91c0332c88a2e4c520f 1.50 MB 2,277 6
859,121 859,121 00000000000000000000aa05b36a8cb3a9dffd51b974a3dd561ba734987cf24e 1.54 MB 3,420 10
859,120 859,120 00000000000000000000fb056a9f714fa652a207b0f558aaa6533c6a1bf2b55d 1.44 MB 4,843 4
859,119 859,119 0000000000000000000316b245b319714412327b5d35b54f58afe642faace810 1.61 MB 3,126 6
859,118 859,118 0000000000000000000268c8fea61935577569e902acd6e4c6c10d52af15fc87 1.53 MB 4,594 4
859,117 859,117 000000000000000000026003443f03598a3760c34c992e85779b19a23183b6d3 1.66 MB 1,691 4
859,116 859,116 00000000000000000001c29f254fae35aa4a6d75560ff9d33b2071127860e6cd 1.74 MB 3,256 3
859,115 859,115 0000000000000000000230b45d4cafd0a54df95ffef277f33296a1eddfbc609e 1.79 MB 3,065 5
859,114 859,114 00000000000000000001085db0d028cea06c35672ce0be2718872b697ab538b6 2.06 MB 721 9
859,113 859,113 000000000000000000017f7363c004aa596e09332dee06ee020727910fbe1b32 1.87 MB 1,635 11
859,112 859,112 00000000000000000001cf3d7158d342c6af8a96a9726adb3185e11660bf0b29 1.89 MB 1,419 10
859,111 859,111 000000000000000000005c77c8b9cdce77a4ad4ad75fe2182bf86cbe39600193 1.68 MB 2,409 5
859,110 859,110 000000000000000000003ce97351d9cf7fb99430d17e9925a740b8c1d25d674a 1.68 MB 3,268 8
859,109 859,109 0000000000000000000128f2ca070e14005729ed7043d2e494702d2dc0ddd3c0 1.47 MB 2,274 6
859,108 859,108 0000000000000000000074f7473e357c40f9626d6aec0563ba666e0faef99e8b 1.52 MB 3,110 16
859,107 859,107 000000000000000000020ea2e6eee24eeb0d7dc8751919e725f0c744acd8a07f 1.57 MB 3,104 2
859,106 859,106 0000000000000000000180fb39f8a0b9362f2aac35aa654af48c58725c4b69df 1.60 MB 3,367 4
859,105 859,105 00000000000000000000740e3b666ddd78da66e911e5848012c4039b557a3b26 1.66 MB 2,824 10
859,104 859,104 000000000000000000022a0176e62ecccd7a58ca8fa7aadc3e30d27c980eb2e0 1.62 MB 3,710 7
859,103 859,103 00000000000000000000e71bcd91434233985727fe7d3d0cfc43e8e5e2a7bfc9 1.57 MB 3,382 8
859,102 859,102 000000000000000000023463a3e1331738bfa28e5f19768a4f09edda224bf095 1.59 MB 7,494 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.