Memory Pool Memory Pool Refreshing

5,695 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (732,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,984 174,984 00000000000000408524eee391c53a417197ff8d35fc86bf214773006a574b9d 0.00 MB 3 825
174,983 174,983 0000000000000451e899716210fbf939d51cdcaa582cfd903907dcfcfb2eefc3 0.03 MB 74 229
174,982 174,982 00000000000009727cc60181418d7ac478fae94aaee345e35bb5867d2589b60b 0.04 MB 32 44
174,981 174,981 000000000000053c1af35086e80f0454bce583bba761e44ca6e7de73a5497963 0.05 MB 116 127
174,980 174,980 00000000000000256ff9f006ccda16f71a960fae4edd3d12b8541c1b5aa184f8 0.05 MB 146 45
174,979 174,979 000000000000027fbe8a3f06883079a87177778c23e9008889020a232353d90f 0.04 MB 75 118
174,978 174,978 0000000000000864083ebf078910929d61bba901a0a19245768e05d7153c1248 0.01 MB 9 303
174,977 174,977 000000000000033bbc6b4283c54040ac98f1f0e6329c53c0116ae9b7cfb2788b 0.03 MB 61 28
174,976 174,976 00000000000008d135000480493afddd7d56f1cbd61ee39d2486957781b7578c 0.03 MB 51 85
174,975 174,975 0000000000000624894a3c5513971643d95d4d1da2f79a5acd80e055d475a65c 0.08 MB 140 158
174,974 174,974 0000000000000121a325568d5a4a982a3677810af979398d10a1c56f0bfe6304 0.03 MB 99 15
174,973 174,973 00000000000002bdb8750fb30fc7521a5f10ed0d1c0e128348f6d089df895132 0.03 MB 67 88
174,972 174,972 00000000000001f0e905df62677bb3d9952b7f8be185c922a89657585930e51f 0.00 MB 13 32
174,971 174,971 0000000000000a0a3efa8989f855046adc23453b52569171121e98a32a2877aa 0.01 MB 16 240
174,970 174,970 00000000000000226d6e9cab6c02d033c75a4ba9d0bdfad4fa0eeec4fee3c12c 0.02 MB 45 131
174,969 174,969 0000000000000221937584ab1e35a865b34f6db01a68b996980ef4964d5c314d 0.02 MB 33 29
174,968 174,968 00000000000008c03ec1a4235d6dab3de4d2fd9301978dd8fe05d66ec85e9f65 0.02 MB 38 19
174,967 174,967 0000000000000327497ce33c3ce780ec8b3976acb27c561ee12f6a9f5b17d122 0.00 MB 11 17
174,966 174,966 0000000000000999c4161ea4947d2a44b7da8df729478086eaa54411658643d5 0.01 MB 34 115
174,965 174,965 00000000000006a8dfd7215145da55a315b22fba3ff6f1b0eb9075582e7f6083 0.02 MB 35 81
174,964 174,964 00000000000009c9db8191315bbee0504133439fd13031d845fea9abeddcc811 0.02 MB 23 113
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.