Memory Pool Memory Pool Refreshing

2,788 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (159,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,504 748,504 000000000000000000053d0086fa75673c09318c29c8fc744c75e74c02aca1d2 0.93 MB 924 8
748,503 748,503 00000000000000000003221707598f46bfb26ff1e3b8ec3f5918f3630ed7e2fe 1.45 MB 790 2
748,502 748,502 0000000000000000000181ba0b37eb3a3729933ed7c210230a866de2dc398160 1.41 MB 2,249 14
748,501 748,501 000000000000000000005a264af63ffc903dd0f2a54efd375bed69c83a51bdd9 0.52 MB 804 11
748,500 748,500 000000000000000000015c5e47e1357ba9a806663d6b93203c6404127d4e9313 0.96 MB 1,316 9
748,499 748,499 000000000000000000077abd748d24921d2514bd90b7940fe44a14a58fd0cc2c 0.88 MB 1,177 9
748,498 748,498 000000000000000000099a71c1828889ffd14008ab463034d3ad06673bd84a05 1.33 MB 1,503 5
748,497 748,497 0000000000000000000123a04dbff0860ea2508504c2135f00fffd6092df06d8 1.39 MB 1,306 17
748,496 748,496 000000000000000000089db2824d38a4a503ad642b22ab19ebe7ed53f0709f3a 0.32 MB 541 11
748,495 748,495 00000000000000000002c13eb35d78d9bf869f65a6a149e610389ff6db64d9b9 0.02 MB 30 13
748,494 748,494 0000000000000000000049cdab75d29adb33abfdf449e731f8048ced5930f67d 0.62 MB 906 10
748,493 748,493 00000000000000000000b1c0c806f682df705554ad1910c7e2db2c4d39775fc7 1.04 MB 1,476 9
748,492 748,492 00000000000000000007e5b3fb8387ca6dca162d835e6d3c5a265f106e0c2c0b 0.88 MB 908 8
748,491 748,491 00000000000000000005e866ef08403c1e5cdd5a4b235592bf9e209d40aad37d 0.31 MB 324 9
748,490 748,490 00000000000000000008904c5e94ec0cd8d71c8f543ab79f5459fe8cf6ccc736 0.02 MB 42 12
748,489 748,489 000000000000000000099652829264275de561a0d3e3b2bbedee7a866ec94e7b 0.19 MB 182 8
748,488 748,488 00000000000000000009711a6a6125d7c24e70690332189ad6181aa6a2538a6d 0.49 MB 511 7
748,487 748,487 00000000000000000008f55f4656cebaecef77bd676774197b1494e6888b0db2 0.86 MB 1,290 15
748,486 748,486 0000000000000000000404bb98be2d9e07ffbee8f14f338448bfdba2954e23db 0.03 MB 50 7
748,485 748,485 0000000000000000000499d12bd2bdf664de7bf9f8a1613496fc75160ec59fb8 0.08 MB 201 12
748,484 748,484 00000000000000000001d4f55fd8750eb6b6a84b386f9d33517368ca1dca1ba3 0.78 MB 1,287 10
Previous 10 blocks ↓
Total Size: 769.17 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,633.38 GB sent, 93.79 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.