Memory Pool Memory Pool Refreshing

803 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (592,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,641 315,641 00000000000000000273757eac84d619de797612891a910bbf67b6a463a20962 0.37 MB 463 20
315,640 315,640 0000000000000000143fdbc03b1e940e9bf10418869e14604e5a42f6b236fe14 0.06 MB 128 27
315,639 315,639 000000000000000015594d492dcc3f3811193eb10d034d2bcc10d7999ed35fbb 0.75 MB 1,590 31
315,638 315,638 000000000000000013021d34879bab86eb3cbb77bf7b11e238af29723e81d986 0.25 MB 461 27
315,637 315,637 00000000000000000e7936b8b9c6304a156be5897ec04e5ef0a14b056ab89635 0.25 MB 543 29
315,636 315,636 0000000000000000014ef9709b6737703d09c7389bb38e6aededc7ab14a9a24d 0.15 MB 329 31
315,635 315,635 0000000000000000009c0f1fb5fd64edc14eb60aa7ed37955a1956f836174177 0.41 MB 731 26
315,634 315,634 0000000000000000054eb1e3b82e70dc4325f9292691908cfe7e353e9b0b5920 0.45 MB 737 25
315,633 315,633 00000000000000001c5f8dd2d3bc0784e7b4aa4a8ed566edc6772a9768f8f69b 0.11 MB 141 18
315,632 315,632 000000000000000031d693a4fae8c8b47e3ff28b66c84838a20d396e7e1897e5 0.27 MB 437 25
315,631 315,631 00000000000000002eda55fb57a823f51871ad8c27ed088f50d51cf1b743e620 0.19 MB 267 21
315,630 315,630 00000000000000000822d97cb85821ca10fd1936ed1fcbc9c554321d8a0fb1a0 0.11 MB 256 31
315,629 315,629 000000000000000032f05463029768a71f694d57a3f629c47575bce8503b0c9b 0.09 MB 49 8
315,628 315,628 00000000000000001ed7dbabfadac8eb1f823c594d4473c60a3f37fad342fb34 0.18 MB 321 28
315,627 315,627 000000000000000001ea163e113b1e35d01e95bfe3f8a73912d555c3e1c63187 0.44 MB 819 30
315,626 315,626 00000000000000001faf15cdc2f87f6220f92da353370855506c24f75d9b0a80 0.51 MB 667 22
315,625 315,625 0000000000000000373f5c102aaccf81f9cf6c8f60971615d773988eccb63aee 0.08 MB 256 42
315,624 315,624 0000000000000000011be155cbd092fc2182ed89e6230a841992a135e63a7717 0.36 MB 37 10
315,623 315,623 00000000000000001c84e1fe99b102de78d896da8eac308d389c3389f69b8e72 0.93 MB 1,323 24
315,622 315,622 00000000000000000c37f9ca95b8572f9ef4a4581a3b1c7c4bff0503b54f10d5 0.75 MB 1,533 32
315,621 315,621 0000000000000000290e46886b4d04c93e56fcb271329def1f17ccae288f31ee 0.35 MB 639 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.