Memory Pool Memory Pool Refreshing

2,274 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,242 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (13,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,145 894,145 00000000000000000000bf0b011009e53b3012d99940d6238a6fc35a41d07372 1.74 MB 4,369 3
894,144 894,144 0000000000000000000135f6249909d610a8adcbd3a8627f3cf7ff3267fabca6 1.79 MB 5,240 3
894,143 894,143 0000000000000000000054d11b06f9a2b5f3c61bf3af1197b1ca40f9b0df6164 1.66 MB 3,992 7
894,142 894,142 00000000000000000002203597ed57ec409c6f999c3b595595f9f437393e850e 1.76 MB 5,009 4
894,141 894,141 000000000000000000013eddac6d2980a6eaec63ba836a13c1bec2f86981cae6 1.64 MB 4,276 6
894,140 894,140 00000000000000000000be790d1ea8f8ef8c895cc60bcd5aba1357edd4761a36 1.74 MB 4,329 5
894,139 894,139 00000000000000000001c764f2c7ec77d32aa817ffc8ed80481a1a12c0af9353 1.50 MB 2,959 5
894,138 894,138 00000000000000000001c5d43a6b58f8c9b02c473b9291ebc26e8baa28e46cb0 1.66 MB 3,519 6
894,137 894,137 00000000000000000002130a8b1f1bfcb8b36fdf2c6b2a8b5f742da115aabdaf 1.85 MB 3,065 1
894,136 894,136 0000000000000000000152d26847c68f0ccb00dae5031f7f4c391be05504bcba 1.65 MB 3,724 1
894,135 894,135 000000000000000000013b6fd0793fd44a5023bec66227ce408ac57fa880bc4b 1.71 MB 4,475 2
894,134 894,134 000000000000000000014ec43a7c9a33b937f4e6085bbcba3d9c6310ae5c7693 1.76 MB 4,855 1
894,133 894,133 0000000000000000000123ec417ee66f4f6873da8466c6bf32d4b3e6e87e198b 1.66 MB 3,446 4
894,132 894,132 00000000000000000000ba0df9b1a02cbc16fa211a95d6203695a792c3f1a506 1.59 MB 4,062 3
894,131 894,131 000000000000000000005153616f9212e11820032ea78cebbfea098d2ea6f0c2 1.62 MB 3,250 2
894,130 894,130 00000000000000000000801424c749e3fde23e8c33edcd1fdfca194ca5d27293 1.78 MB 4,209 4
894,129 894,129 0000000000000000000045063bca00e3af6ecf9e08027e07e59a9ede80709f85 1.63 MB 3,715 2
894,128 894,128 0000000000000000000032fc84215285ffb25db75c005d07fc77f59cf51d14e8 1.63 MB 3,420 12
894,127 894,127 00000000000000000002443f6d5494b143f8fae40cbb132b3f35110084a82321 1.77 MB 4,455 2
894,126 894,126 000000000000000000016fba891318a890f51ab64c2bbc583f1f4abfd8c81360 1.72 MB 3,870 3
894,125 894,125 000000000000000000002811f0a439153bf02aba8e5b3f7365be8cfe95b99b38 1.72 MB 4,185 2
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.