Memory Pool Memory Pool Refreshing

5,592 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,679 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (305,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,290 602,290 00000000000000000011363853644598f4f3a278ea6acee2a89d54f89c487082 1.25 MB 2,623 41
602,289 602,289 000000000000000000002d904f22524f3e4515e67e97caa2ad192e4c4f4c47aa 1.32 MB 2,785 31
602,288 602,288 00000000000000000013984603882785998257025bc7cb94a861a6ddbf7c3c8d 1.30 MB 2,524 24
602,287 602,287 00000000000000000011769d23823d809ad530bb54dec86b473ed09aa0d3227f 0.87 MB 2,004 22
602,286 602,286 0000000000000000000ee4a6e4c18ed35a83034796ef6adc6e3e1b00d9c686f0 0.65 MB 1,345 17
602,285 602,285 0000000000000000000ca4ec5970d336d0e8a8aa6209197eccb2e31984458ac9 0.06 MB 166 18
602,284 602,284 00000000000000000009c9877fd9c1c08131fa1de5fe523fd1fcd95f4dc01e58 1.22 MB 2,922 19
602,283 602,283 00000000000000000014315aa7d8b33339d9bc3bfaa445682515a25961daa3dd 0.22 MB 320 14
602,282 602,282 00000000000000000001410544a8749e1549acecc182c1d6d1a1e986dbd46924 0.22 MB 416 27
602,281 602,281 00000000000000000009d331d7fea748e3ca9c8117a351563cfa61f7563355fe 0.41 MB 1,070 10
602,280 602,280 0000000000000000000ca90036bafce9fcdf5a05d7563c470ad1e981dd054b60 1.09 MB 2,613 5
602,279 602,279 00000000000000000013e70428da16309bf38b727ea9aadf9190a26fa9740d87 1.30 MB 2,575 23
602,278 602,278 0000000000000000000e51f6ee084894205cff287c381bc1daaf1d71656110c3 1.23 MB 2,877 44
602,277 602,277 00000000000000000013bae37c8062be992768c26c9f10f1366bf697a32f5ed4 1.22 MB 2,763 47
602,276 602,276 000000000000000000100afa3ff8c6a91eda9844d5e36630aed948b88d5edfd7 1.19 MB 2,976 22
602,275 602,275 0000000000000000000f98920f678750553b1604c84c860aef8d818501e53526 1.21 MB 2,851 27
602,274 602,274 0000000000000000000fb15f2c5238da04f328a3e07182348c48b5e10d7b9c46 0.70 MB 1,473 28
602,273 602,273 000000000000000000008796061126ff5e97cb95faf6f8a1131fdd849fbd41ec 0.16 MB 396 33
602,272 602,272 0000000000000000000cc150ff2c878e876cd1322c75c37fef60177ee4682ad6 0.22 MB 673 8
602,271 602,271 00000000000000000000c5d4dbd23b0eba635c6eb3017f1797bfe47022c008a8 1.28 MB 2,782 27
602,270 602,270 00000000000000000003184d0b8a02e8955948cee5f3bf77070f161c630f3213 0.65 MB 1,087 23
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.