Memory Pool Memory Pool Refreshing

2,261 transactions
0.88 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
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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (756,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,361 151,361 0000000000000517112440b97c156d63acf1e53982e19c77e6edc5085ef6e2de 0.00 MB 14 316
151,360 151,360 00000000000008c6791f8c9c47e0ad61b9a5593b0ba2b6b2975f2d2803f591ca 0.01 MB 12 139
151,359 151,359 00000000000002ed5c875438a885e40164b8c665d5896555878e5a80c4394f4d 0.02 MB 48 221
151,358 151,358 0000000000000ce20ead7770264eb4ea9d1e25518445d3a710356333bdf6e43a 0.03 MB 68 105
151,357 151,357 000000000000069a3659c7a017d2f99e96700b25730d3ff80a6dddd0c1cbf9c4 0.00 MB 8 880
151,356 151,356 0000000000000d6c8bb447b4b9c4245d015b7e219c835a6cbc6fd37419266aa3 0.01 MB 19 414
151,355 151,355 00000000000008414fe38fe3998d8d3f9a5bba5b7b84e5b1c85cd38386ef89c7 0.00 MB 11 451
151,354 151,354 0000000000000bdb4be668a9f1b45ec4802939655983191335fa0bd7fe913ada 0.01 MB 11 21
151,353 151,353 000000000000034e1c71dd369593f694d7db4e4e2a032ad6abfa3e1cfb02771a 0.00 MB 4 52
151,352 151,352 00000000000007cee17ce16458344bc91c653431f0945102b423ff6f09155d7e 0.00 MB 8 332
151,351 151,351 000000000000043651e2cf069cce4f8ccccb4755ea20de99313b6e7b59076ba4 0.01 MB 23 169
151,350 151,350 00000000000007a1b759c4742913d39b38a6c33801f4c7226c7429d53e352736 0.02 MB 77 102
151,349 151,349 0000000000000320fff034f66928465577b1a03d50169626ca865441cbba3381 0.01 MB 7 528
151,348 151,348 000000000000019f89aecc106024fb56a20ec8804c4e4f081dc7732137c63e40 0.00 MB 12 30
151,347 151,347 0000000000000c680eccffd3f7e19d16537a0d431ccd6d79bacd5ef0aaa85a49 0.01 MB 21 208
151,346 151,346 0000000000000afa696e28b65bf2414a7807f34a63ade91d408aa7bf84450004 0.01 MB 17 303
151,345 151,345 0000000000000cf636058f1b11eba1eb3f223d48fd9ef072238bd21a7f0a4fa3 0.01 MB 25 410
151,344 151,344 0000000000000058e82b44fd7d3dfe35d5aadf6fb4d3e9026912955131670d1b 0.00 MB 8 581
151,343 151,343 00000000000009829d8cd6a7d08de6906334a02c33829dee64c59c14b609b809 0.01 MB 18 368
151,342 151,342 00000000000005861d4c6b3de2266b0d28accd5912a4c30527e32527b45fe838 0.01 MB 45 111
151,341 151,341 0000000000000d396a8e3364378b66db30a4f2a1580109af3d20e3d7abbabfd2 0.00 MB 9 337
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.20 GB sent, 95.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.