Memory Pool Memory Pool Refreshing

12,169 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (631,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,081 276,081 0000000000000002df70f4c684d73007ed351ff5c8abfc9350a114be453d2ed8 0.15 MB 239 26
276,080 276,080 0000000000000001fdb7bba59530f70b1cb883f81385aeb1c87a45b9d6ae3095 0.04 MB 97 25
276,079 276,079 000000000000000278d41d8f69ce126772d192a3dd716603b127957456939c08 0.23 MB 439 48
276,078 276,078 00000000000000003d889eb79ca7904ea0932c4f28c54fe8022967fc5b3cd4c4 0.17 MB 390 59
276,077 276,077 00000000000000045eb2fe5d4df750bb28b77b24b540ef0b90cf050ba980a06f 0.16 MB 324 76
276,076 276,076 0000000000000002e9979fba7490c7e23b89bd96597069a00d684df144bc4f88 0.33 MB 827 71
276,075 276,075 00000000000000032a7a6eb1efe384406c55e4b2b054fcfba2420687d2ff3926 0.37 MB 868 39
276,074 276,074 0000000000000002732fa1a382c97372c5e9640d599adc7b6cb7e25ce77642cb 0.03 MB 91 103
276,073 276,073 0000000000000003bd7493291f9d41a6785271fd8bd7bafcb34c963f60eb700a 0.18 MB 385 37
276,072 276,072 000000000000000338796f4999d685b4f64e9ceaa6564003d2497ab4d106ad27 0.24 MB 438 30
276,071 276,071 00000000000000004520006d4034be2d2d1bd5abebb4f13ad79678a45c748efe 0.25 MB 558 42
276,070 276,070 0000000000000002d4b93966854b075b944ebb435d1f902699d9af46d4580560 0.24 MB 259 20
276,069 276,069 00000000000000030302b173a5a8f8f0c80c28762ca47f490f5d3d2500ba5d26 0.25 MB 680 51
276,068 276,068 0000000000000001cdaabe80320d14ab5907997ec6ad12eaaa304941c34fc8bd 0.01 MB 25 44
276,067 276,067 0000000000000000ad4da3425d74ce1206152f3e9a5d1609f739f8330ffa1137 0.25 MB 709 70
276,066 276,066 0000000000000000d6c8c12102bbd3ca9e531e806148d6bde511fbd5512b94aa 0.25 MB 561 33
276,065 276,065 0000000000000001f8aa7cd38b9e3b9de54df0e76f04982ca58e6de6a1cf2dd3 0.03 MB 83 55
276,064 276,064 0000000000000003165799126bdc17981c0aca099af5bf683f956ff5ec436aed 0.03 MB 64 93
276,063 276,063 000000000000000055348ece733318df292ef9bbf60e200c7e59f8242ebd6621 0.75 MB 1,307 25
276,062 276,062 0000000000000004513da69935cdb07202ae36e99ec7cb01f66883356c3ab57e 0.25 MB 768 132
276,061 276,061 00000000000000029cce04a5b95c4586c5f8754012248f3252b47b802f08ecf0 0.08 MB 138 23
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.