Memory Pool Memory Pool Refreshing

2,901 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,623 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,622 (821,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,210 87,210 00000000000e25bbbd60307f61c0cab3500ac21e21208ebeb7ec965c70aa03ac 0.00 MB 4 0
87,209 87,209 000000000008c030609db4b3a62f39f3391f093b5950adb2e803406588adc16a 0.00 MB 2 0
87,208 87,208 000000000001214efe8e5dc64f8c91623e782cb2c537ef7605d3a4fd9dff3f67 0.00 MB 3 0
87,207 87,207 00000000001c9c63704fe9f53695682d1c0e042af385169e106e9faa72bdf580 0.00 MB 5 0
87,206 87,206 00000000000c159005553e62d6f9387ab68f10f50698e51f8936695b4d277103 0.00 MB 4 0
87,205 87,205 000000000001dedb414934b6a3c977b18d4eddb7b4895f931a489de1662e4988 0.00 MB 7 0
87,204 87,204 00000000000fcae162374148dbe9db60c5bfe84cdacee0640ffccd3c62a665d9 0.00 MB 2 0
87,203 87,203 00000000001c6b983893d5d06b18164c539145a635b6a9bcadf83da02cb8f7e1 0.00 MB 1 0
87,202 87,202 0000000000153740ff9f842fe6a701a88d2a4e1b284292d90f93cb4ff5ff3f7e 0.00 MB 2 0
87,201 87,201 0000000000028468b1cca11b786bb33580135fd3381ea693b8ef3fec9b4ed156 0.00 MB 4 0
87,200 87,200 000000000005370d12e1320705880375fdd6808d8a5ddbb571d3f771438190b0 0.00 MB 1 0
87,199 87,199 00000000000c293aeb1bb7b7fddce48b44bc93c1b7c8e2da2009aa650e5c5fc1 0.00 MB 1 0
87,198 87,198 0000000000043c6a71ab6b561cb2ebb9ebd2447c5f9b60cfcbc94e2dd1eb7cfe 0.00 MB 1 0
87,197 87,197 00000000000754efbc887b2d8aa5295931cde9f532439baf352163e3c835ddd7 0.00 MB 3 0
87,196 87,196 000000000006850efed7d329e947516725d114e328b4e0d26fe5b6417651f53a 0.00 MB 1 0
87,195 87,195 000000000010fc8702dd3be4d57a103b12843448954efa0c31b8bb9744f13867 0.00 MB 1 0
87,194 87,194 000000000004ba8938550e56e8bf8779263fade7f76b79e4451298250cda1b65 0.00 MB 3 0
87,193 87,193 000000000016ae07b23c83028b523c03ec393151d0da1d793cbef74a5f81e094 0.00 MB 2 0
87,192 87,192 0000000000174e3c3db2d124fd0ca273fef35837dc2fe183a45c21dc2444057d 0.00 MB 1 0
87,191 87,191 00000000000da3c074cc867d9d9d924edf04a9f5d7301072331a4019aee5a8ed 0.00 MB 1 0
87,190 87,190 000000000010225b0d1981db72e41c3980dc11a7c4ea43e5fa0894ef291aa92a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.19 GB sent, 101.21 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.