Memory Pool Memory Pool Refreshing

14,064 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (41,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,203 866,203 00000000000000000001aae7d2b346ff9f7880b8bac8c56100bc08ab744a090b 1.44 MB 2,342 7
866,202 866,202 0000000000000000000216c786c63437506a94c8df070776018344e15578a4de 1.63 MB 4,153 7
866,201 866,201 00000000000000000002b34a5bc48b2218c5bd43e6d5b1b374cab4cc17076bae 1.54 MB 3,240 8
866,200 866,200 00000000000000000002c61a0ca34839569d32f5e06cc75f3f49794071ba3454 1.52 MB 3,595 36
866,199 866,199 00000000000000000001b9b388eb4025980c3c3a6eaf18d04e3de3dd78d4414d 1.53 MB 3,423 25
866,198 866,198 0000000000000000000087c5f14f58a05057448c13f81af62982c2644a45ada2 1.62 MB 3,066 15
866,197 866,197 000000000000000000002a6b09df41fe211320b77e92c0c5209a957fb3335bdf 1.71 MB 3,297 11
866,196 866,196 00000000000000000001261f6b78eb148123545a2a11139581a829399736a06d 1.44 MB 2,229 22
866,195 866,195 00000000000000000002fcb5a5b9eaafb1b629346b5edf0e1443ec9bd6e37f78 1.44 MB 3,360 16
866,194 866,194 000000000000000000024e9d149a11728ce3e291e0d0c88a3cc9387566543362 1.64 MB 3,377 43
866,193 866,193 0000000000000000000099589932e96fd037041d4ba4f59c1b4a2d49aaa226bc 1.51 MB 3,222 36
866,192 866,192 000000000000000000003d47baf75ca32e4f9d2a7727b0e4d41eb08a6f472f2a 1.48 MB 3,662 37
866,191 866,191 0000000000000000000018d4f45a945dbb36af7cdf01cec9acf3d93e805b09a0 1.65 MB 3,608 10
866,190 866,190 000000000000000000027c9f5b07f21e39ba31aa4d900d519478bdac32f4a15d 1.46 MB 3,414 19
866,189 866,189 00000000000000000002f14bd8b40871811a20e9fc3274a56d2479dc7b621c57 1.91 MB 1,201 5
866,188 866,188 00000000000000000002b1bbe188d566455f4bf5a2ba3de94d577d31eae804ae 1.67 MB 2,802 4
866,187 866,187 000000000000000000016c09a7e807bd6c42fb114fbb6778b4c9e74f7405348d 1.31 MB 2,256 16
866,186 866,186 00000000000000000000ebfaa8282d9e0edab7878a197d2cd33bfaa5606868d0 1.50 MB 3,635 9
866,185 866,185 00000000000000000000ca28ffebd4856ef34144e27bf6880a52e8fdbf93004a 1.48 MB 2,821 29
866,184 866,184 000000000000000000009cbc5db57ec4910d86eb13783c070027dcebbd0d1308 1.37 MB 3,311 26
866,183 866,183 00000000000000000002ee00e0a835291688af1c6fa9c07c7aa5b809431e7b25 1.40 MB 2,866 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.