Memory Pool Memory Pool Refreshing

5,581 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (776,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,487 131,487 0000000000000b467c1318703525994e5730a8604385a9ab50de5ebb22c32106 0.01 MB 15 506
131,486 131,486 00000000000007f18ed39c61b667705698c0829a06d82655cd5ac8fd9162fe86 0.01 MB 29 1,576
131,485 131,485 0000000000000766cbe08d00d47863913ff1006b61d50abbff6f7fd8f1acb7d3 0.05 MB 125 553
131,484 131,484 00000000000002324527d84ef13ef5e69bda7e9fbf63d3d5daa0faa5e1aa44e6 0.00 MB 12 640
131,483 131,483 00000000000003906515171e15ac6e089fe1a81dae6244782a9124d2576f0cd9 0.00 MB 11 0
131,482 131,482 0000000000000f3a1238fa6d9b1fecf1fe790770f725e7d0e13db59de1e24deb 0.02 MB 33 582
131,481 131,481 00000000000009c91892dd8f44feb5da9bfbd37df6f892c5439a551590d8063f 0.00 MB 10 930
131,480 131,480 0000000000000d494ab4d48725666d4b0b6637c028bde19438fb6fa74240aa84 0.05 MB 176 13
131,479 131,479 000000000000122fc13ab1f3d3648d53d3cbea3ca3af1f23461f685d829cd515 0.03 MB 18 1,001
131,478 131,478 00000000000005c1bdd66c7c5f93bc761ed919a9c0a3a0080aff9271920458d8 0.05 MB 88 415
131,477 131,477 00000000000003a9b6df7e6d5310abc89795959d38535322122f49e907ae6bdf 0.04 MB 72 906
131,476 131,476 00000000000007216b0fd6a527a918d5496aa4da644f4cac36e31337e15335fb 0.13 MB 237 485
131,475 131,475 00000000000003f8f443b4b24699d695e5edc0d04dbf78f1970f2e97d7353896 0.00 MB 1 0
131,474 131,474 000000000000029db6e314ecffa91758f3655af3ac5a894fd037988653f9d55e 0.03 MB 78 718
131,473 131,473 00000000000011d4fe4d946162813c6d70329a6db9eb922a958bba671dccabe8 0.03 MB 76 78
131,472 131,472 000000000000062130b5cd9ad9feba7ebb54bc114af4a46abcc1321c30bd0dc9 0.03 MB 50 148
131,471 131,471 0000000000001065a52901814f5151db47d335b521a822b863bf7cc6c74f175f 0.02 MB 45 1,969
131,470 131,470 000000000000109f327df31dcc4855ff44db116ec1829bda5097d4195357f5fc 0.02 MB 41 1,584
131,469 131,469 000000000000093e693f4bdfc4e413f48003c70f274923a7a5dacb542919954c 0.01 MB 10 1,042
131,468 131,468 0000000000000afab5485bad2b79eb51ab734a978cd407a4a4f26003dabf7273 0.07 MB 139 990
131,467 131,467 0000000000000f5c268ec67985d9c1b1796020efbb4a3ef2a5fb225da61c8fc2 0.04 MB 44 838
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.