Memory Pool Memory Pool Refreshing

20,296 transactions
14.96 vMB
Show Random Selection Loading Transactions
Max Size: 89/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,901 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,793 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,900 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,900 902,900 000000000000000000001d4dee0b9a6abf752dc6c25ed5912eb4e64939aa4637 ago 1.35 MB 2,387 3
902,899 902,899 000000000000000000013960bdbfb52f837cea1c8050f88ebb2f9912f203f26c ago 1.25 MB 998 2
902,898 902,898 00000000000000000002095495647de4b7485a9e4d33d2d1ce1c3f68c7a3953e ago 1.47 MB 1,655 2
902,897 902,897 000000000000000000015d788eb29060db6f50996053cbde59eb50eb38cd9707 ago 1.63 MB 3,423 4
902,896 902,896 000000000000000000013584915e334571e8eafeded5447a455178102839cf09 ago 1.46 MB 2,957 5
902,895 902,895 00000000000000000001929ab2c8fa214ccb7f025c9b591514adfc39c8d18fdd 1.42 MB 2,374 3
902,894 902,894 00000000000000000001abc1db4fbf4c46a6522649b9fdcceb4c12d580e8e849 1.50 MB 2,542 5
902,893 902,893 0000000000000000000206e58a4ec1ddaca75ccb9625208e74c06b62f33fe9d0 1.74 MB 3,718 2
902,892 902,892 0000000000000000000013c4fa58bfcfee9a0e30c08d673c9cedea3f13db3057 1.65 MB 4,424 2
902,891 902,891 00000000000000000000cb4a53c2ee64337c02d32c18139330ff94ab9bcbfd7e 1.66 MB 1,989 1
902,890 902,890 000000000000000000021871d06359e8a1f55d285e827d23138e27164e7211a2 1.36 MB 2,394 3
902,889 902,889 000000000000000000009c60e97f0429d3715978c2650ac27c1fee3a6694f21c 1.49 MB 2,971 4
902,888 902,888 000000000000000000007d16b68ff101e67f5c476787e4a586d9bcf426757ff3 1.14 MB 476 2
902,887 902,887 00000000000000000000b5cf1d2f11362a791b907357a2f56472c2b10ac8b890 1.41 MB 2,216 3
902,886 902,886 00000000000000000000dd498e1b837c75e5dab8f7508d3e3a18036749c62d14 1.58 MB 3,700 4
902,885 902,885 000000000000000000014d417a3ddd81113e8e9f1fe5d972804acbf73eabb076 1.47 MB 4,114 4
902,884 902,884 00000000000000000000165e573b3150dfbb3ea7f6a17cce2e13488419b61b2c 1.49 MB 3,447 6
902,883 902,883 0000000000000000000011b3bcee01486368e0e57d14de17f248802f2677369c 1.36 MB 1,632 3
902,882 902,882 0000000000000000000113510146ece33b643d88d2bc33ced3c118e8df1082c5 1.51 MB 2,620 3
902,881 902,881 000000000000000000013b1dde0fcc09469747c1c8db55822e45034017edcf5f 1.60 MB 3,203 4
902,880 902,880 000000000000000000012309cf56f314c3c1b0e4c7b11876895b1462e5185ad0 1.54 MB 3,233 4
Previous 10 blocks ↓
Total Size: 760.73 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: 906.89 GB sent, 50.22 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.