Memory Pool Memory Pool Refreshing

2,292 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,286 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (815,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,310 93,310 000000000000ac752296df65a4d1ae285199d0f6355b706bff20293875e92180 0.00 MB 2 3,891
93,309 93,309 00000000000182f8cf4090ef298db2d9898d3168e563cf3537b7a180a2118036 0.00 MB 2 3,861
93,308 93,308 000000000000ed571234842daf771b66fe4be1c3b34b6dd7b7571521cc9981f7 0.00 MB 2 0
93,307 93,307 00000000000156edd4c723d4d123860fa8b8059ace6a7d54e0073e29bd84a832 0.00 MB 1 0
93,306 93,306 000000000000cb1bfd788a5fc40d5cacf32742a8956af753fd5ce890e60c4dbf 0.00 MB 5 1,112
93,305 93,305 0000000000017a28175e1394938f6aeccdbc07d24a02c5bdc5b1bf4ee7152db2 0.00 MB 1 0
93,304 93,304 000000000000d16d642192ed4670bb555bae2168819b6c5eb0b6bfbef06464fa 0.00 MB 2 0
93,303 93,303 00000000000690c6b6dba4f44bfce0962daf313344517f04f2495a99b4913d73 0.00 MB 3 3,875
93,302 93,302 00000000000805230142c3a82eb03d39b952d02d1c35b2eb7757d0a8c9b376e3 0.00 MB 6 557
93,301 93,301 00000000000093412d373bc8582da2666df749c21c2af5690246a60975b05663 0.00 MB 1 0
93,300 93,300 00000000000589b6f3b3561bbc923e223829adc8dd79a7ece92bf551b4cebe02 0.00 MB 2 3,875
93,299 93,299 000000000003ed0cd6377e67914c0ae0433a86cbcf4ab6ab048e6a369ca544a1 0.00 MB 1 0
93,298 93,298 000000000004c7dcff16ef20aab88ffd22abefa3cacec4078869666116b79e44 0.00 MB 1 0
93,297 93,297 000000000005d6897b4eff797302af497ffe7f2ff46fd6f796e544bb220bd28d 0.00 MB 1 0
93,296 93,296 0000000000066126ed5b8a1a2c824ce745ee9694ad34c1675836f618c4d78866 0.00 MB 2 0
93,295 93,295 0000000000073c88164301404cbd3b7d19b35b9a0a615df7205e1782d4b74256 0.00 MB 1 0
93,294 93,294 000000000000c268395b8707f35be085cf938640667f40075a55bd083196ee63 0.00 MB 3 0
93,293 93,293 000000000007dd8bfeec126cff20e05eb64fe99122f98ceb999aa451ab5e33c1 0.00 MB 2 3,875
93,292 93,292 000000000007eea8c4d413ab5e25a76b5260b9447444036911d68c58c99a2085 0.00 MB 1 0
93,291 93,291 0000000000022934aef8f6680628b24ff764d3ec12bf5fa2496002e25517a199 0.00 MB 1 0
93,290 93,290 0000000000088c381d61994b318d3de04d83049b14a106376c341a12c77a0033 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.