Memory Pool Memory Pool Refreshing

3,988 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (645,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,995 261,995 0000000000000008c8254064c5fbc84dee23d453c2e8022074c3b6743b37524f 0.03 MB 85 64
261,994 261,994 00000000000000097ae3f2506ed12f8503893060c8e76467b3a1e0b2b87fdd88 0.01 MB 27 107
261,993 261,993 00000000000000035ce7303dfab674fd38cc3169ad71b2a377b3cfa891bfe514 0.10 MB 214 92
261,992 261,992 0000000000000018cd7caf6469ea907f77827cb1bae326e7bc2685c7b9680e97 0.16 MB 347 113
261,991 261,991 00000000000000103da14a7e7a88313266bc4fd5654060a9ee03fa8a7116a78d 0.03 MB 76 71
261,990 261,990 000000000000001bfddd6fbf4166010632ee3de5dd4cce292753265e249f048e 0.10 MB 214 101
261,989 261,989 0000000000000012c679010722cb1317c5ae5fa96813ace1710f540097bd942b 0.04 MB 97 89
261,988 261,988 000000000000000e7865ed3a81c69f5e3d18ecec48431dc4506c6502f0a816b2 0.00 MB 5 165
261,987 261,987 000000000000000e146720bf9efb09297ebc3661b15baba93084361407594551 0.10 MB 162 70
261,986 261,986 000000000000000b0bc1a25cfdda4bbffb31a372c626f792f7f6d92448bddc80 0.03 MB 33 29
261,985 261,985 0000000000000016aa92462c230b6af1e3219ec1964bc54f6c2c532572b588dc 0.18 MB 424 129
261,984 261,984 000000000000000ce7cd52bdbe3cbcab7bdd1d15ce200ec835919565a1287312 0.01 MB 36 135
261,983 261,983 000000000000000b8630a0c9dcf527ef1ddce6ba885eed6bffd6f16bba181d1e 0.13 MB 255 101
261,982 261,982 000000000000001bcf5a7e03f09c9f5f974b8c4a48c4f876c8b9bce0b2f9c343 0.02 MB 38 90
261,981 261,981 000000000000000cfd2757615868c90dc69f24a3db71a7f04898eda4c30cfeb5 0.02 MB 48 67
261,980 261,980 00000000000000055b3439a95bfa80cbf0ea847a5e0000b78152122a2dd8b469 0.17 MB 402 116
261,979 261,979 0000000000000004e3db13eef7072a222edf0710010ca2b4efe47bcef4e7595b 0.01 MB 28 130
261,978 261,978 0000000000000012f3151778f56fcdaf8dcf544b9644c59d2961e8c308add73f 0.16 MB 438 165
261,977 261,977 00000000000000133831e7268a47360b6e60098c2f6f2587a6b392ee28258b05 0.02 MB 71 83
261,976 261,976 00000000000000138caa2983891c60e23cbcd99f5926373f240875d482a24d0e 0.06 MB 159 108
261,975 261,975 000000000000000ffbc6677a89aea36f697d7bffc039783474336620d808df28 0.15 MB 13 1
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.