Memory Pool Memory Pool Refreshing

997 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,017 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 988 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (27,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,270 880,270 00000000000000000000b5fc1b0096779af5af80b39a690e558127b1d9710eb7 1.54 MB 3,836 8
880,269 880,269 00000000000000000001205674adbbda52b30589bb9aa5e500571678809db954 1.63 MB 3,627 7
880,268 880,268 000000000000000000000acea0d498995ebd5634076132ab9dfd4ed07ee2f4ee 1.55 MB 3,581 8
880,267 880,267 0000000000000000000021d4db3a86cdec8ff0e759ec634740b2f8344036d055 1.60 MB 3,820 9
880,266 880,266 000000000000000000003565d193493db2f502a7bbb60c4a65958fb9c602f151 1.54 MB 3,565 12
880,265 880,265 00000000000000000000aa6a3d87c5120806a00d6060c1fc68b49bb28e055b66 1.70 MB 2,816 3
880,264 880,264 00000000000000000001d1006aec113c68b5a9c4aa6d9707e454237c78dcc608 1.84 MB 3,799 3
880,263 880,263 000000000000000000001e626d51c335c3ef5f5c427b15d3f83271763ad89a19 1.70 MB 3,173 6
880,262 880,262 00000000000000000000ddbdfe3b766860067e81d09f9b9c47be2702832eac06 1.86 MB 2,788 4
880,261 880,261 000000000000000000003fa8f047fcde04855379198b794178b777ed01f5ca11 1.63 MB 2,878 5
880,260 880,260 000000000000000000025a431d550872d5643cf086ce3ac46df30bd9863261f5 0.00 MB 1 0
880,259 880,259 0000000000000000000148253122f834d291a525411c75a43b4eb3d80c9b4920 1.68 MB 3,081 6
880,258 880,258 000000000000000000008e1ee43a01666b665a8f326f17b21ef09532452257ca 1.83 MB 2,830 5
880,257 880,257 00000000000000000002485b6ccebf470f74cccb6c95d48d8e7b35771de4b82d 1.61 MB 2,648 4
880,256 880,256 00000000000000000000ebac39d665e3b8321bc1877f70eaf1ec3eb85bf3ea67 1.68 MB 3,129 8
880,255 880,255 00000000000000000000ce716ebc4a73f0c13980e4c6a9d7f50e421fd48d3173 1.61 MB 2,968 5
880,254 880,254 00000000000000000000d91493696805e26abe385dd18f06f48d3cfbfab18d62 1.68 MB 1,778 5
880,253 880,253 00000000000000000001b5662893a496d4663f5df70e21732072de675564fba4 1.70 MB 3,308 7
880,252 880,252 0000000000000000000149eeaafbe03961abbec758c5e1cb434d05e87bf4d653 1.80 MB 2,871 5
880,251 880,251 00000000000000000000e60fb26fb526dd81ead02c758c7c80bb59c4b56cdcb9 1.59 MB 2,201 8
880,250 880,250 0000000000000000000224bb543a2deef1a42e5ac2c61bc707eb3e941aec71dc 1.56 MB 3,928 10
Previous 10 blocks ↓
Total Size: 769.58 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,650.58 GB sent, 95.81 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.