Memory Pool Memory Pool Refreshing

192 transactions
8.47 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,345 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,344 (873,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,893 34,893 00000000a650882474abafd9c9d613dc6671af8322bf03c4eddf7af4467aa3c3 0.00 MB 1 0
34,892 34,892 000000009f621e6ae784334d66e6a4ab513c7df8431830517094aa61606dfbd3 0.00 MB 1 0
34,891 34,891 000000002f4e3d854dcb3915428c87bf1a39df5f2d8a9056e15e252591f071f4 0.00 MB 1 0
34,890 34,890 0000000021e6425a19fc2c332f3a46a6a3e2ca1ca39371ee6d820527cce48dcc 0.00 MB 1 0
34,889 34,889 0000000085103df4562c3ee47d9c354960e713144da0cc26a567da17ec995d0c 0.00 MB 1 0
34,888 34,888 0000000066a12cd27d19477acfeedfbf09146a58b7c69d160e5092b5a4b74ce3 0.00 MB 1 0
34,887 34,887 00000000697a75bab25977eee3195485b062d9cbea2bbce756003597ffb762c3 0.00 MB 2 0
34,886 34,886 000000008bc9f40458bb8b7a74ce344c577991122abcb376478f716bf03b946a 0.00 MB 1 0
34,885 34,885 00000000a1560a3a78917839b3339766615c154385012755c91baaec06ac7d55 0.00 MB 1 0
34,884 34,884 000000005ae3a96442a73a2dfa4ed81ece89f4af176fc8ceeb364caa6850dffb 0.00 MB 1 0
34,883 34,883 0000000011c90f93c144f567f41172dab8dcea53ce30db55a21d13a270ecface 0.00 MB 1 0
34,882 34,882 00000000adf4c40b452fc8a809ada9510130fd61a9215f49f2fa7aab0c216815 0.00 MB 1 0
34,881 34,881 0000000092eec3bf9732c2d238ce14201a741db8a3b718bdb4f0853b73161bc3 0.00 MB 1 0
34,880 34,880 000000002de4c9c0e3b528aa42d1712280ba7447d40763ecc4599d3441f02c60 0.00 MB 1 0
34,879 34,879 00000000b9217c2756848e42ec59d7bdcc57cbb5896953ecfb9f5035b257612a 0.00 MB 1 0
34,878 34,878 00000000129f3a47c95ef7b702df2760f7412ac452129e7361766aac19e49086 0.00 MB 1 0
34,877 34,877 00000000574a9fc0b11baa34982bd2938c2ff64b8982b108dfe6e47a877ae0ca 0.00 MB 1 0
34,876 34,876 00000000af7ddcee48538151e3ab421570781e4e7b899deca5dd6937e08360c3 0.00 MB 1 0
34,875 34,875 0000000018277ec701c978364bfa1f629fbb54b94769d594b7f8c6bfff6f51b7 0.00 MB 1 0
34,874 34,874 0000000064db681ed866df06192aa56bd9ab698a1aa0ca919f9b003f6db210b5 0.00 MB 1 0
34,873 34,873 0000000041fa1fa7767287a850e97f74645767f88cdbf361264d81fd1b6a91ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.82 GB sent, 98.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.