Memory Pool Memory Pool Refreshing

9,209 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,404 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (687,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,692 220,692 00000000000001b0aedd98e740a14e4836dd966e1175067bbeb72a795ba9be39 0.27 MB 186 91
220,691 220,691 0000000000000338df126cb7ea8d1af71e464b70d1dec6e39b89132e845e9386 0.06 MB 177 37
220,690 220,690 00000000000002199870612658542900b2ccacd452d9b0adc17a0fc3ec4be162 0.25 MB 569 195
220,689 220,689 0000000000000277197f2df3c41dc74128b7429e451351446b8267916dd8ff35 0.25 MB 405 145
220,688 220,688 00000000000004d4a746148570cbc1395ae2af5cfc04c6e21580b4245d747e5d 0.25 MB 742 305
220,687 220,687 0000000000000073dc0976ecd901ae6cf35356173ef28fc5b17c16cbd17beaa6 0.15 MB 206 107
220,686 220,686 00000000000003e15089c8dc579a8a32dacc4f608c15d5bf4ca97229aabbac8e 0.26 MB 675 211
220,685 220,685 0000000000000122ea053a98e03cd4ebb1eefe15ab57dadad2abba3aa1016359 0.05 MB 89 136
220,684 220,684 0000000000000415cfef0c6c6135da02b85c73b82c21e6963ee2515924a1dbbd 0.05 MB 138 187
220,683 220,683 00000000000002292e28bc8dd8e19f1b4189c8448d1404783e88da47e71edf30 0.25 MB 533 178
220,682 220,682 000000000000042ec1e7c6411269213888f701f1b0e82c2a2f361a2b416e0251 0.28 MB 622 187
220,681 220,681 0000000000000256e62f1e55dccaca46ed2fe103e41adb1294812cfa0583f014 0.13 MB 299 183
220,680 220,680 0000000000000077b11564752851491b7eca317fbd2a6433ec3049b2dee2a473 0.03 MB 54 84
220,679 220,679 0000000000000494f7a5785c15f90e8f0cccc9b9fda5d86a7aa274b5712b10cc 0.25 MB 607 198
220,678 220,678 00000000000002d26c249b2b7b9734755965f068d48fc0351aa7ce963284cb45 0.24 MB 356 220
220,677 220,677 00000000000003b63245bdae3bfe090a8db7bf2e1b1d400d43ac0c259b60fcd7 0.24 MB 320 163
220,676 220,676 0000000000000449baaa50b3fceee0b333cf6b9b40ae4ec224e39cc2d4016397 0.08 MB 168 172
220,675 220,675 0000000000000514ee459d6c1f8e64433ca08d53fe4494384ca01ff5cafaff56 0.03 MB 89 206
220,674 220,674 00000000000002222440cadda8eb948bb1d28d16cee15de1f7fab5986b9735f5 0.20 MB 407 156
220,673 220,673 00000000000002a46cc508b1d31d147c1422b202ca6e92b13efaa9e4abe6be05 0.00 MB 11 200
220,672 220,672 00000000000000be48dd0043fd0a460fe8b242c1508660a479ce60ffcdab8509 0.24 MB 563 189
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.