Memory Pool Memory Pool Refreshing

3,341 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (671,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,687 236,687 0000000000000174c8a5e9f5de02f34405dbd779eb2df77c01a9ed4918b17f2b 0.27 MB 580 152
236,686 236,686 0000000000000166fd3ccd432b9ff94c84625fbd6be2bde04752fefab3ab76b8 0.24 MB 625 146
236,685 236,685 00000000000001539fce1a6587c66dffca64f6c3d6ae4503ce69cfd9cebad366 0.47 MB 1,050 177
236,684 236,684 00000000000000a90cd37e8904c6f515dd2ce9bcc979010544107e45623f99c6 0.00 MB 6 66
236,683 236,683 0000000000000031738258e53f8f95a71f212c7f539bd2cb42c7936cdae16ca3 0.00 MB 3 49
236,682 236,682 00000000000000274ecd01bf47274c6da0897517a5674c097d1e271ce789eaad 0.17 MB 260 107
236,681 236,681 000000000000015526eb9400604e5ecf057ed71e784b21dffa65cd96758c763f 0.17 MB 512 280
236,680 236,680 0000000000000119eba174df1b1040691d62ef3591f5d07b78ccc128c7f511db 0.14 MB 296 155
236,679 236,679 000000000000006f8b329bf7ec65926d3f9ed0c8cbe33d0ce38baf84edbd8c25 0.33 MB 772 184
236,678 236,678 00000000000000df2e4299e929c93c7e34feb18638e3f722b698f5b2cf14e476 0.10 MB 217 131
236,677 236,677 00000000000000034ea6e1922443834d05ea213454dc61229d47fc93ccba7ab9 0.07 MB 129 191
236,676 236,676 000000000000011579a00fcc49b403c9207270ae61f863167bc471c308eff64f 0.08 MB 171 123
236,675 236,675 00000000000000248ae2f2c245c2906865a87dbe24a1371466a6e77d0aa6e754 0.14 MB 299 143
236,674 236,674 000000000000002e1eac8e62b480a9989e72a784accce3b97457c96b70288978 0.10 MB 214 123
236,673 236,673 0000000000000075b27effb5bda6cd3b0ff542fd6d9f83854e2b5bf7e9c47d33 0.10 MB 216 147
236,672 236,672 0000000000000076b86f0a70739a9a37669423e193db7b96c470819e1219a6d9 0.24 MB 573 183
236,671 236,671 00000000000000bf5c1ccd647ca9ea80545e8e10c04f3800aed8e78157f031c6 0.12 MB 305 155
236,670 236,670 00000000000000ff32db012d64402a448b5448506f24e61bf8b2c878a5d15f43 0.06 MB 136 181
236,669 236,669 000000000000007ed69d056f10be63999d54266dc84ae0c36d91dc5738c3f716 0.09 MB 211 184
236,668 236,668 000000000000001e796eedf20c1cf2f93f33b0f98b3ae81d6078bf4fcd9c91b6 0.11 MB 244 126
236,667 236,667 000000000000005c254c8c7bafbc427a4015e0b6bab13e5e6cac67d50ca4c1b5 0.21 MB 411 190
Previous 10 blocks ↓
Total Size: 769.13 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,630.63 GB sent, 93.52 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.