Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (709,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,649 198,649 000000000000058d747754488bb86a5ae877c4553cea01506722547f3c8801f6 0.05 MB 130 104
198,648 198,648 00000000000004ec998fb6a053ddf7ba992846ec1a01b46499cd78fc26c7329c 0.10 MB 167 131
198,647 198,647 00000000000004518214177f9389ff7419423783af5cbfa01739e7d910b95ccf 0.03 MB 68 194
198,646 198,646 00000000000000fc47462998c96c5b5e2fd5cca1b9722474b6a3369a996c386d 0.04 MB 143 138
198,645 198,645 00000000000005fc17de71d4a302a9e7de520711738e9cd90a76b8d9f53cfa4a 0.05 MB 87 148
198,644 198,644 0000000000000530cd914f0353d6f1c1e186f258214c981c63cb8ce70ee76897 0.05 MB 129 58
198,643 198,643 000000000000054bb20ae1361fa225825b2780a749cae0365293c0f104dbf60c 0.19 MB 334 99
198,642 198,642 000000000000008da7e94c62c36f3e38301d8f89f5481f8731db3f5a724a5d7b 0.13 MB 310 110
198,641 198,641 00000000000004d7c71012f94be8584ed47ea853ee38735532be32b88b218bae 0.20 MB 512 108
198,640 198,640 000000000000058ce3735fc29853dae67162340a130633d270cf8a207650f02a 0.25 MB 436 136
198,639 198,639 0000000000000418773b1880aac3776374d0fec137854704222c3bfc68e7b92d 0.00 MB 14 14
198,638 198,638 00000000000000fb4917c556654f676b4b190eea7177dadad383445e6b70d5a6 0.05 MB 119 122
198,637 198,637 000000000000057509a5f7ed7c9fdf8d6b85ecef7f55641ad8e0f69b77881cce 0.05 MB 135 82
198,636 198,636 0000000000000468fdefe280ddd253fc5d3eda816f6d629251e54250e3c687dd 0.27 MB 633 129
198,635 198,635 0000000000000194da7d1df05e39a82f145fe7cbb5560808f11f9f285ea7429c 0.05 MB 115 151
198,634 198,634 000000000000022c8ecd4604c0ab0718e47d214685864d01ec414972c08638f8 0.06 MB 187 56
198,633 198,633 000000000000050c245d414bc803f9dab777c52bf57779755d4bc60bfc7de5f4 0.33 MB 855 236
198,632 198,632 00000000000004570801d30c00587c01dfc9740344ac29904e5118d51737033a 0.15 MB 283 99
198,631 198,631 000000000000030978ec2052bfea3005538e94a1a6b02fcce7ea9b780ca09010 0.19 MB 467 159
198,630 198,630 000000000000056f429b63c06629fbc08cb57e8b6d61ea5342e9f80ce42c55da 0.15 MB 262 106
198,629 198,629 00000000000005f338ecabea9d02985ffecab53ce2537a9b1c8d37d5aa7ac6de 0.20 MB 414 131
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.48 GB sent, 93.62 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.