Memory Pool Memory Pool Refreshing

8,654 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (901,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,909 6,909 00000000c38e2807c90c9c1a3fd5034e69d1f2710217ab0683a62a1bde438645 0.00 MB 1 0
6,908 6,908 00000000859e983115a123473dd3bd2fc85a2d190013a9214aefb416f2179d87 0.00 MB 1 0
6,907 6,907 000000000f2a8949a2cfcf5842ad2844ad6f4526c723a755946487b302d4f2fa 0.00 MB 1 0
6,906 6,906 000000006a604bf70ea8d7fdd317bfe5f7e9b6bbbb3b5a4a1b65f6997d0d1418 0.00 MB 1 0
6,905 6,905 00000000162e5b72b27bdc31f409e4e955f1969fc081b16e0d76bccce66b38cd 0.00 MB 1 0
6,904 6,904 00000000a73bc5e2eeb63d88464ac28cc371b5d036261f8e2cbd0f956efe4dd9 0.00 MB 1 0
6,903 6,903 0000000032108c9e8dfef8740ac98cdd96acd16813bb6540d6ab9da7660b929c 0.00 MB 1 0
6,902 6,902 00000000a1976737c59dd2f6b1b466df65fdb4b9c52c2cd00d8925864e9cd996 0.00 MB 1 0
6,901 6,901 000000002bb02e73ed4eef388e4c4f738b688cc02da3265fe0a57fb8c951feab 0.00 MB 1 0
6,900 6,900 000000002855bc26b205524b86a8c5440a1fb7f05b136d840310308716c3a3cf 0.00 MB 1 0
6,899 6,899 0000000046f671b1a1a53fb5d2d63086b9023348c6e7829a76f0a4375d405804 0.00 MB 1 0
6,898 6,898 00000000986c05c1a1eb41f01d51b3fdcf6b566fdd549fc32be58d4a1b792ff9 0.00 MB 1 0
6,897 6,897 0000000015f1e7ff92e9d45060742576ea20bd23f022425ad5866d18918a6257 0.00 MB 1 0
6,896 6,896 00000000f41cdea74d54ba0783469e09b6f34ceab6542260f6428c890059b57f 0.00 MB 1 0
6,895 6,895 000000005edc36efc96b639fc1b4af4161322ab858ada9639cc90ffe4ddd168a 0.00 MB 1 0
6,894 6,894 000000006a07f51a21bf370586daeaf651a5ff29bcf1d53dad55582762f9f4b0 0.00 MB 1 0
6,893 6,893 00000000b8b8ddc7b3a454eb9be11de1d0673500abcd6ca1eb3e770bd2a627f9 0.00 MB 1 0
6,892 6,892 0000000050a58f5c3fa7c44401783b5980eda151a67539455c3c3119842d1471 0.00 MB 1 0
6,891 6,891 00000000edaa8a068b03459d4e3fd1979bb69ae46cd8233d422388385d98e77a 0.00 MB 1 0
6,890 6,890 00000000f5df9a9a3e31318ffdc8ea3f01fbca1a673222075e306f9b9da02fe3 0.00 MB 1 0
6,889 6,889 00000000dbe2fe042255163d49fbc3001150528e3e76eb4ebbdc8a304c4c646b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.