Memory Pool Memory Pool Refreshing

5,150 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,443 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (833,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,979 74,979 00000000002fcb32d7fc6de931c09b885da932831da2a4d9501bfaae8e3e4a9e 0.00 MB 1 0
74,978 74,978 000000000073448590d1daa5309cd474dc79d511aef4993e718b06cef551f12b 0.00 MB 2 0
74,977 74,977 000000000038452f36d21e670b76dfb8c4a7ac4adb19f953756f194a7e3d15f9 0.00 MB 2 0
74,976 74,976 000000000052d91a056af5217134666fddab162eea35fcb447d4b536f74b34a6 0.00 MB 2 0
74,975 74,975 00000000004e6f6dfa6304e3cba2cf0cbcea474bacb79ae49102c680d8cce704 0.00 MB 1 0
74,974 74,974 00000000006b7a6c16e958e6f3bb31cc53505732b4197c7fd0a8b554d3201f42 0.00 MB 8 0
74,973 74,973 000000000059240a8763673973dfc693c0fd76f7f25e5a40408564580d9560b3 0.00 MB 2 0
74,972 74,972 00000000005db0b00d2f7f1bb344b104eca55429aac01da27fc52ebb99bfa7e1 0.00 MB 1 0
74,971 74,971 00000000007f945871bd1ca4fda82ef35a3f4881e7ae81d7ef419a1f61f26b40 0.00 MB 3 0
74,970 74,970 00000000000a197abb2053896b4b72c1e3a56c8985cbb5bbd551a7642b39526a 0.00 MB 3 0
74,969 74,969 000000000043316727d5268ce4bbccea2715fe1dc91d234a01b966daf0aa35fb 0.00 MB 1 0
74,968 74,968 000000000069c0bc66f685ec8099c398ca0165a04a357799349d26c2d4249bb3 0.00 MB 1 0
74,967 74,967 0000000000653df60b9a6970112cd3554c31ec897bfccf0c87eac9823b1b5500 0.00 MB 1 0
74,966 74,966 00000000007e15279656937ee6cbe8911893538d214fd631e298ac0aef6d922e 0.00 MB 2 0
74,965 74,965 00000000004dd2c7c0b0595dc1204ab593b6af81a0f9d826281bd39d1013e431 0.00 MB 2 0
74,964 74,964 00000000004e7ee86997df75fbde032f9f99efd3d36f600ce8a01d20293003de 0.00 MB 3 0
74,963 74,963 000000000067c70997722c36e9635c6b32697e551f2702fb115ca271cb9591d9 0.00 MB 3 0
74,962 74,962 000000000015e1de340650cc134096d9a22bd0e806ba39230162f20dc7eb6f78 0.00 MB 1 0
74,961 74,961 00000000003b9b0c4a6426a7a180b6270ce5253c5095444b59b56b6e82198702 0.00 MB 6 0
74,960 74,960 00000000005a61fbdcacd0a311abc8c4e02b61779714ccd555a68e24d9c57058 0.00 MB 1 0
74,959 74,959 0000000000603d4bba364136d82ad96ab98daf82f8069dcf402330ee20927f2d 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.45 GB sent, 102.33 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.