Memory Pool Memory Pool Refreshing

2,434 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,149 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,148 (798,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,278 109,278 0000000000019d1f0aad16aeee8c750b310e5fb85f7624b7ddb65d1722e5f3c6 0.00 MB 3 0
109,277 109,277 0000000000007d4518705c060032ab055573a40177bd4c8be3a1683780b1e682 0.00 MB 3 0
109,276 109,276 000000000000eea81da4abada5e63e05ceb498fdfe3fe8d2a1de449f361c0ce3 0.00 MB 2 0
109,275 109,275 000000000000b0f9ce76d46b0877181864f1ef75f7b8b2629ff4cd69d3134fc8 0.00 MB 1 0
109,274 109,274 0000000000002713e4865b23f35a84e40d9afff349f373086bb7c1142ce8953a 0.00 MB 11 0
109,273 109,273 000000000000821cc46667f8a36056c099b890bf36a5957aebf95c957d944b1b 0.00 MB 5 0
109,272 109,272 000000000001281e0bbdfbe14ad19beb2966602aa0abd2d904e9f0b41c1edfc1 0.01 MB 27 0
109,271 109,271 000000000000315889bab093ef4d5de7b15a49ed8d31d2328501e1b6ebe62489 0.00 MB 2 0
109,270 109,270 0000000000018bf934d18de5ec5a349849de44f9a5b4eedea8cd4c20d30af1bc 0.00 MB 6 0
109,269 109,269 000000000000196994169027de0af10b95267658047112911440c6e908f79836 0.00 MB 9 0
109,268 109,268 000000000000e738c4ac74de58b4dc6567456efb448b7e8b0d16e8fd3e3edec5 0.00 MB 10 0
109,267 109,267 0000000000004b77c92f9ac6167fa9a331da4c47e2c444eeae5c500fb7b274a3 0.00 MB 3 0
109,266 109,266 000000000000bf69ed43dc79d747b6520e1b1be392a3b41aa6ec8afca2a3b331 0.00 MB 5 0
109,265 109,265 00000000000054921586c8f46ad22b347374b8d103cc63607ac167e7bdfe5dc3 0.00 MB 1 0
109,264 109,264 00000000000154660f0cf8e5812df209e2acfcd2ddc021a2c52b5ca17869638a 0.00 MB 1 0
109,263 109,263 00000000000165b695d3b3ec02c00031766b3ca1c164364598ca397c2876777f 0.00 MB 5 0
109,262 109,262 0000000000004697fb65aa235eaf5b6cc0d8c337c55e327a8c6d9158019092c9 0.00 MB 9 0
109,261 109,261 0000000000003275cfc0ccfd12f55e0a865ca4d41717a48428a285e545c5808d 0.01 MB 23 0
109,260 109,260 0000000000016f6c7a13da40b4e3e5668157685b372cb1dd46b6816069a149b1 0.00 MB 9 0
109,259 109,259 000000000001627eb8cd6c4797ecfb727246abb1fe5381def644b89587bca714 0.00 MB 6 0
109,258 109,258 00000000000152a0fad9e4791e7ce4313b5d9df2d9e13ce9564e197d77566b50 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.