Memory Pool Memory Pool Refreshing

2,420 transactions
9.77 vMB
Show Random Selection Loading Transactions
Max Size: 38/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,347 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,071 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,346 (802,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,238 106,238 000000000000170a608a97853e13671a21a8440b4209d11e88ee2a1a0d0000b2 0.00 MB 1 0
106,237 106,237 000000000001d57a675660878cdbc57d57decf2ee37c972a7918231a9deec9df 0.00 MB 1 0
106,236 106,236 0000000000003f8826537467b2bbfa79184c95b5a003e61a22946d295b321311 0.00 MB 3 0
106,235 106,235 000000000000d4f1ec24522acdc35286debd6d2ad37db7d921de14141bfc0a98 0.00 MB 3 724
106,234 106,234 000000000002ec162276541e161894179fd5e58e4dd15cf7142a13a9427748ca 0.00 MB 1 0
106,233 106,233 000000000001282776ef32c7347a44e045f7085e6597bee18bc0932765c4b350 0.00 MB 2 0
106,232 106,232 000000000001852307f5d638b7ff78c1d03e10ac06920ec60d1aac7f1603ba08 0.00 MB 4 0
106,231 106,231 0000000000020645bf1f29b5182b1c778bb1c1ea7866a703703ef431ee1afccd 0.01 MB 31 130
106,230 106,230 0000000000018799a2c9c402a0b792a4ea0577191824cd5d20d372cf40a87235 0.00 MB 2 609
106,229 106,229 00000000000029103c0717c0553f15fc148a04863d28785f5bc5e1c3065d3a6d 0.00 MB 1 0
106,228 106,228 00000000000026565a01bc7bdd6aa8e1842feb0066975198b44012f2619cfd17 0.00 MB 1 0
106,227 106,227 00000000000153c648ac94b3593b5a530a3b6ebeb6d3f44d568fd72b661d4435 0.00 MB 2 0
106,226 106,226 00000000000097590ee8d6354851aca324343835cee8bfff7867180c44421d89 0.00 MB 1 0
106,225 106,225 0000000000020fb111ba2624a83603f3363d191fe2c5ab3f64f98dbe099ee713 0.00 MB 6 781
106,224 106,224 000000000000b2c12cc4a191d91bf8dcc6b7d6ac1e441b9b72c3ec6819ef25cf 0.00 MB 2 0
106,223 106,223 0000000000024038eb1073da0d41ace6997e7829ba12507de76384edbb2faede 0.00 MB 3 0
106,222 106,222 00000000000154750eb34eb4fd6ed8900a984cb85d2e77b2ef3b6de2168f02d2 0.00 MB 9 0
106,221 106,221 000000000000ef64d4b3cfbfd6a3661f08e39ad48f638af5e5512ead05746a4d 0.01 MB 23 0
106,220 106,220 0000000000019fc366c9daf81f14768835d5a1237bd99debf7cde80fca7e6eb5 0.00 MB 3 252
106,219 106,219 0000000000006b397d083a097d38a9f504098d0cf82b39bcfcd7b758b8041a41 0.00 MB 10 183
106,218 106,218 0000000000020e666183d330d2c7099cfbccb631db987316db191c7e9a87dc56 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.82 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.