Memory Pool Memory Pool Refreshing

6,017 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (793,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,279 114,279 00000000000001262ea739a78eecf08de3bd2ddb6414f2a9f6524a19ac87e465 0.00 MB 8 0
114,278 114,278 0000000000002299696fa2992c3de71f1908719067feac2f1be75ee912ec40b0 0.00 MB 2 1,779
114,277 114,277 000000000000482996661eec195fa0529db70b6431e9c49ca607f7d232a880d5 0.00 MB 9 155
114,276 114,276 0000000000008833c753c42d7c19c127d4be64ba606e892fb53a6a139c03dc28 0.00 MB 2 3,875
114,275 114,275 000000000000822bbb513f8959c44831ff5dc017a0df609e8f901b6249f14b43 0.00 MB 2 0
114,274 114,274 000000000000477c45ff20235a41a7ac917cd147e9eed08cd0476004d8e1feab 0.00 MB 4 883
114,273 114,273 0000000000009d26435272a72319cdf9967727d6cc1c9e890df2e672dadd27e6 0.00 MB 8 953
114,272 114,272 0000000000004909293fd1974f6d5b313e307fc0f3c7fa7cde012a64ad7549f5 0.00 MB 7 0
114,271 114,271 000000000000d0c1164a961587f763ed8a45abac03267de58d0508cb9ba00f5b 0.00 MB 8 667
114,270 114,270 000000000000b35dada5eb696dde89ba2bf8f617abbd64f9d6603c1d8264edc5 0.00 MB 1 0
114,269 114,269 000000000000933ca19cd81d8d829a445eb9d599fe9e325c750880ca639a0af3 0.00 MB 10 657
114,268 114,268 000000000000d127b28de7d69e130002d422b1063223a010c8fea3ee90f618bb 0.00 MB 2 3,891
114,267 114,267 00000000000023d6a4af661be04d568fa71cee5f4009fbe5efbd79bbd1be904a 0.01 MB 31 0
114,266 114,266 0000000000008c3f73d272d947a6c25593d412c0868d7c23a6207695859e819a 0.00 MB 1 0
114,265 114,265 0000000000000b2dc5116287af173ba1b18977f4479fb49c19bb48ec4fe95ce9 0.00 MB 7 441
114,264 114,264 000000000000c0f6139866245ba9629fb388aa6e6431c254b9ae7d7debac0d21 0.00 MB 10 755
114,263 114,263 000000000000c0eea3aaa9b4ac6261daa95eb5a238865b0ea281eb81ab719623 0.00 MB 1 0
114,262 114,262 00000000000090166ca46baeff79629c7d16f2017b5f39c4f74ca25937398ad7 0.00 MB 6 606
114,261 114,261 0000000000002fe41c4fc72ea23137f349bc1c9df9f519755fc8f565c2a555f5 0.00 MB 2 0
114,260 114,260 0000000000001b9f92c966caf7178fb0a847c70403ccdd0ae10267f7ba93c53b 0.00 MB 8 0
114,259 114,259 0000000000000244076e2cc5f9c309426b76c6fbd1a809b04d11335d56d11834 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.