Memory Pool Memory Pool Refreshing

1,682 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,668 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (41,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,781 865,781 0000000000000000000258f26184b08ef22b196d44b85cc219e9b7ab610bd140 1.61 MB 4,263 17
865,780 865,780 00000000000000000002287aef2ab658945e3b268907dde0b03becebeeca8813 1.52 MB 5,860 12
865,779 865,779 000000000000000000030e9515d723dc4ba0eb89fcfc078ed25ec04374656b1a 1.52 MB 4,741 17
865,778 865,778 000000000000000000010b201a4f37d7a473de879a2149122da32d296f82535f 1.62 MB 4,257 13
865,777 865,777 000000000000000000000bab8102c426d27e8cb5f0b68f8c197fa690e482a77c 1.53 MB 2,155 5
865,776 865,776 00000000000000000000efe6beb99ff6205b2e782fa4b7e497ef778e818b91a6 1.76 MB 2,585 9
865,775 865,775 0000000000000000000139799be8d13b2009be5e87dfce1a27d8380d60d2c8cf 1.54 MB 2,816 11
865,774 865,774 00000000000000000002d0ced29ad9f947f6083a11c8a0fdfc111a5c0cc94349 1.60 MB 3,741 19
865,773 865,773 00000000000000000001b02487585b1ba7343e877ebf1265610f7d32384d4d70 1.70 MB 2,796 34
865,772 865,772 0000000000000000000265486f7fba122960929f602b38e1a5ad5a050cd93bfa 1.68 MB 3,829 8
865,771 865,771 00000000000000000001f5728073e1135f27f2fee3c2c62fc3b995fcd3337e31 1.64 MB 3,704 20
865,770 865,770 00000000000000000002785be8efb5b5e84690724d5cb018799f56e8df2cb699 1.57 MB 3,024 7
865,769 865,769 00000000000000000000fb0534638c7a1a53ac482335f93f265eaea6cc51ba1f 1.36 MB 2,121 11
865,768 865,768 00000000000000000000eea54344bff4238b4897d2eaf9a49a1ef55401ebade6 1.52 MB 3,184 12
865,767 865,767 000000000000000000028f128c84df208966e37507a9bcb806f2084dc0deaef1 1.63 MB 3,449 24
865,766 865,766 000000000000000000007f9d916a51d211720025aed1cc6289565c2ad6390ded 1.58 MB 4,064 18
865,765 865,765 0000000000000000000061419ceaa7155eaa8122c08b2f79d93ba3868f40f855 1.53 MB 5,515 30
865,764 865,764 000000000000000000009072ebfda965d68b74842e6b718db6ceb4ed87cfdee2 1.60 MB 5,517 7
865,763 865,763 00000000000000000000f76466e932f7a3274d2222b73ac66c12a525b75a14ff 1.49 MB 5,831 11
865,762 865,762 000000000000000000014cb41cad7f76e918ae19299e33a420722628542e1156 1.50 MB 6,001 30
865,761 865,761 000000000000000000023bbe0e6f83aa0578a705464164a57678d7e3b6f1c679 1.47 MB 5,818 9
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.