Memory Pool Memory Pool Refreshing

948 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
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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (815,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,976 92,976 0000000000094487f9e7702e84f04a2de5bec7c0d097bf251a955e24f74d6b34 0.00 MB 1 0
92,975 92,975 000000000000c741a7ed64efb6ed3a1447c2af5e3218c825b175a012183c77a2 0.00 MB 1 0
92,974 92,974 0000000000031501c2771fba2450f3b5484c33273f0267a54b67ae48d6b11dfe 0.00 MB 1 0
92,973 92,973 00000000000823ee58953317996214082394d961464a3c3d826c2f1839193106 0.05 MB 216 0
92,972 92,972 000000000002415d97d71a6640e4567ef1ce5a00d7b808daa9c5dc2f091e1fb8 0.05 MB 218 20
92,971 92,971 00000000000842dc616d817e053a975435dfac7e143f2a0172aee9a85d1566ff 0.00 MB 2 3,861
92,970 92,970 00000000000215817ba26cf0199f15e800d13e9f0e05fa443a731c97098b1696 0.00 MB 4 2,976
92,969 92,969 000000000002e51fb9face0037a5f4dcb790e6e764ee5e3776e12800d6929398 0.05 MB 219 20
92,968 92,968 00000000000705ff16cf63853ea09ba78f7ca9ae6bbebdda259c8204248ca52b 0.05 MB 214 0
92,967 92,967 000000000004b845fe6b7dd98ced1000224500dbb588559d0d56fdca89d50794 0.00 MB 2 0
92,966 92,966 0000000000087d989e93a77d99a984d281e532615815c5220333cc9402070a7b 0.00 MB 2 0
92,965 92,965 0000000000033d0adf1cc76630f12799205fe84e1ef6a40118ca0ff02316fbdd 0.00 MB 4 0
92,964 92,964 000000000003570a1a07c335224302829b09eb2494d8ba8bb6a89ecb434ee27c 0.00 MB 4 0
92,963 92,963 000000000002cf5af1ef1a0862a12b5318013023eea51d929219d015cfa86b61 0.00 MB 8 852
92,962 92,962 000000000001666912839703c5f754d0bcf374877999b797db568f47afc0894f 0.00 MB 1 0
92,961 92,961 0000000000093ede44f3a8d4ab8ad571e4c0c430a1283979de4f26fcb2119d43 0.00 MB 3 0
92,960 92,960 0000000000003e185404668e41f295977aa4fbb20d6f46bdd6d7d561a7f73346 0.00 MB 7 660
92,959 92,959 00000000000472c60472a0d7bf85efbe706ac1042637f3ad24f56eca2a414c4a 0.00 MB 3 0
92,958 92,958 0000000000075eae0061558f19d44f2a36c2100bc2245973bd1cce87198c8507 0.00 MB 14 0
92,957 92,957 000000000003569c4250897902fdcc9a7eaf3c4b51598f716db09133a2c1d7a9 0.05 MB 219 0
92,956 92,956 00000000000801f73587478dfb0bab1b02db5b35577a55ecbb728a3d4982c373 0.05 MB 219 20
Previous 10 blocks ↓
Total Size: 770.52 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,774.50 GB sent, 99.64 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.