Memory Pool Memory Pool Refreshing

700 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,104 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,103 (874,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,669 33,669 000000001e24303397e684e7285031fd8c8e691cb500087bff4b309df676830c 0.00 MB 1 0
33,668 33,668 000000002c786631f963e48cbee9197419fac04d3b98af9e212a6d1efd03d7ce 0.00 MB 1 0
33,667 33,667 000000001d4a278e1cb329d07079dfe45e32f2a778acd30cf70950a1f0f8ed87 0.00 MB 1 0
33,666 33,666 00000000238034917d43325bfaea302deb868911e05be2f19320ad6eecbf3869 0.00 MB 1 0
33,665 33,665 00000000b1a3ee4fe42423a83ce8128b4cee1ca34e31e2049c863afdc2c780fc 0.00 MB 1 0
33,664 33,664 00000000bd3e70545513878eb7e604a450693d32bb618a2ea82976d1c9d75a1b 0.00 MB 1 0
33,663 33,663 0000000012a773ded94727b9cae8e628d27a332834e697e9b853d6b83a1336c1 0.00 MB 1 0
33,662 33,662 00000000bdc58dd3405f79a7330b696d363647884c0df3caf12aecbde0a1a7c6 0.00 MB 1 0
33,661 33,661 00000000192c1472eb0c89917f50e13814eff2b6d696853195e74d8e04e23414 0.00 MB 1 0
33,660 33,660 000000000113cdae56346140a4890adcbc1e899754819289ed32b67c68fe6ef8 0.00 MB 1 0
33,659 33,659 000000000e47408969ce876c3a73f3ab8d4c151ddb5262212c2c2bfe1e84dcb2 0.00 MB 1 0
33,658 33,658 0000000078007a0ff0e405b4d1dffb82d0764ee155702d519a0bc033561a5ab9 0.00 MB 1 0
33,657 33,657 0000000031c014e3db2556c3356bc1bc73926c443e3fadf717beaf4320a1838e 0.00 MB 1 0
33,656 33,656 000000007cfedc1984dee750a5d15aff3945250238f0641854ea2eea81ab3a1c 0.00 MB 1 0
33,655 33,655 000000002cf3c7632c43398d418fea5c72c981a75cb5fc634599f7180f63be58 0.00 MB 1 0
33,654 33,654 000000009c9e661cb7352061df4742b3c56653d44f23e3c6d82440e48efd5823 0.00 MB 1 0
33,653 33,653 000000004b56923edf2a4e9ad87f9df180f097a6cc971f64b8b4986cf06bb714 0.00 MB 1 0
33,652 33,652 00000000895b528669d9966b368c8f48d1b126f105826f84517fb99a79258593 0.00 MB 1 0
33,651 33,651 000000000b35b49d199345bfefc74738397f224634629ad2976f513aaeb89c65 0.00 MB 1 0
33,650 33,650 0000000072c2eee6494fb182b521a6180301eee9e52e538daf2b2efaf7a6752d 0.00 MB 1 0
33,649 33,649 00000000c6a1dd0eaf66d49561ca5800dfc6036ce9d620140e1ecae2de54d593 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.15 GB sent, 96.57 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.