Memory Pool Memory Pool Refreshing

1,347 transactions
14.84 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,303 (812,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,378 95,378 000000000006dec39cb0be93638b7cd5d29b562196c8463633c0843e18cb71ab 0.00 MB 1 0
95,377 95,377 0000000000077ecc07c4aaab55ffed9d8d0d8616d1d7e0dc2eae6854dadf353b 0.00 MB 1 0
95,376 95,376 000000000005a8e99840264bc64cd6b182ddf95924147d9c49a147c5e763f17a 0.00 MB 1 0
95,375 95,375 0000000000054177b2c079eba843ee9a7136416b47334051415a96c41f1198ff 0.00 MB 2 0
95,374 95,374 00000000000169e70617685c298946322004a9f489d56988e5f45f7639daf47c 0.00 MB 4 0
95,373 95,373 00000000000042fd2934da309baef9654011defec495ac4c2e9b4af7f9f23bde 0.00 MB 2 0
95,372 95,372 000000000002994adec9de5b54774c0347f62c58302f2462d03a35f537fab783 0.00 MB 3 0
95,371 95,371 000000000002dcd9ac11b25a8ca82af225a8643e2ec46608189f241b11db9b7e 0.00 MB 1 0
95,370 95,370 000000000004b9b4eb18bfb04d10d125cb9b778392388b3d308d6ba6d202e78c 0.00 MB 2 0
95,369 95,369 000000000002d994542d855343fd6c6e2ccfdbeac7eb9eb6b189d1b8354a67bd 0.00 MB 1 0
95,368 95,368 000000000006ce67f333c70e909bc80977588babadea097b319c4ca4add88b42 0.00 MB 4 0
95,367 95,367 000000000006decc59719e4d8eb3d8162265ab4686d0b170e0d86f3c46e8f62d 0.00 MB 3 0
95,366 95,366 0000000000081b6c5dd35ad7968d4e3e62f4938f7ad4ae50d7d033e702839879 0.00 MB 1 0
95,365 95,365 000000000002dfff0c947c782f21177241517b9fbd101f77d0c532eb5f6ad242 0.00 MB 3 0
95,364 95,364 0000000000012439f71138ae5942c12ea7e77590a215de75dd75a44f16866508 0.00 MB 2 0
95,363 95,363 0000000000000a7cb3783fab9690859dfc6dd10704002d7972d00bf2fcccab18 0.00 MB 1 0
95,362 95,362 0000000000032ff55ed9069150579990715ee2724e96f2f4d1ba284ee85f9b2b 0.00 MB 1 0
95,361 95,361 000000000000fdc3cc655f3899ff929d95a6e765fca436cd4a2b0e0fd032a80c 0.00 MB 2 0
95,360 95,360 000000000007686d59bbcb349b27389b0682fea53855eb694b653a8f95974e99 0.00 MB 1 0
95,359 95,359 00000000000239b500a2e4c41a43d62706cdd1a174dfb1e784b2686d09fdf651 0.00 MB 5 0
95,358 95,358 00000000000244de8e0c05d6a92d17b7cc79fa11ee4bbcfcb7208e27076dca48 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.40 GB sent, 98.49 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.