Memory Pool Memory Pool Refreshing

5,095 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (631,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,523 276,523 0000000000000001a00eb8630b047c74da5cc35564975a2ea5c0ffc27ccdc325 0.00 MB 14 45
276,522 276,522 0000000000000003893d9901ad92bc340c77e21b04312cb3fcce879bd394313b 0.09 MB 200 39
276,521 276,521 00000000000000003e586cf8198ae464013f958ec6d255e253321bf8ceb8d1ad 0.18 MB 319 37
276,520 276,520 0000000000000001aa6f04c5a8b5ac65937fdf3b828fd0101803d42429a577df 0.09 MB 143 39
276,519 276,519 00000000000000007d3efae8fd27d1e305399c08534b3d34a3d0149344edf21a 0.09 MB 226 43
276,518 276,518 000000000000000209caeaa80f87ef36cfece4767c3a07a1038ff0b6868ff628 0.07 MB 132 30
276,517 276,517 00000000000000026bb69288c98287c5a38bdb72c32a4d0cde1850b760fa16b8 0.25 MB 638 59
276,516 276,516 0000000000000002826194c7404f6258eb9e649b085a6ea984e53d21842a2c8d 0.10 MB 240 24
276,515 276,515 00000000000000016f5f9a3d13a257a8f2578e4c2ef74dc946c1214089edb750 0.03 MB 68 73
276,514 276,514 000000000000000045eac5c7e12b7847e9849df268cf710f02af3cee87cc72d7 0.01 MB 14 12
276,513 276,513 0000000000000002f4f065da79ed8ee768bb0612aaefbf9a6d88ce70e119852b 0.25 MB 568 43
276,512 276,512 00000000000000021bf9dcc3ad0548714f757397cd304c850a1dcb0a241c18fd 0.03 MB 68 53
276,511 276,511 00000000000000015cc118aaa852a4051bc07f6a65ef91abab8b2eebecfdc29b 0.37 MB 536 24
276,510 276,510 00000000000000003bf85d464b6d5020c5d1da6b75025b047151d34fdc1f9944 0.25 MB 738 80
276,509 276,509 0000000000000001f55f60acc751dbf3d410cfdd5926332fda24602ee1c5f119 0.20 MB 394 39
276,508 276,508 000000000000000121dcc371f2d88c486aa42b9045cf4199bd3a71ec59575d92 0.04 MB 91 12
276,507 276,507 000000000000000005ef750a67b2ff8319768c6377860f03665a9ad6feca35c0 0.12 MB 213 53
276,506 276,506 000000000000000301a0a15a4226ff85157c204e44882cae7ef75336c6a11d82 0.06 MB 115 40
276,505 276,505 0000000000000000aaef258bff946de36d6518ac044f68df19e1313f4794d4ba 0.17 MB 279 30
276,504 276,504 000000000000000280337cdcc620754266bf0e18f4e73e9802d218b9be643959 0.25 MB 459 38
276,503 276,503 0000000000000002e2b21502357de14e435616143b2daa0435e7df5d2d935e6e 0.27 MB 474 40
Previous 10 blocks ↓
Total Size: 768.98 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.50 GB sent, 92.73 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.