Memory Pool Memory Pool Refreshing

9,372 transactions
2.80 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,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (711,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,517 196,517 00000000000003b36ff673822be94cf682c8d26cfa1e1a865d4f77657273d811 0.06 MB 194 157
196,516 196,516 000000000000013448a2ed78c3fd90b3c2456be47d6d0fd0940268d2b2641a6e 0.21 MB 512 104
196,515 196,515 000000000000012adbd0de92cb3c1559967ed206be7b147ad7cdc5e4c48dbcf3 0.40 MB 1,024 35
196,514 196,514 00000000000001113c8a5cf71378e7e385db576f11cd7fedb8a891c9c787fa17 0.16 MB 421 168
196,513 196,513 0000000000000119599ec174f49282c62c54c05fbfc75b2d9c044e0fdde2197b 0.00 MB 1 0
196,512 196,512 00000000000001afa29e32cf01d277fcce46d7f00b07a8e083afdd3f7a2678ef 0.11 MB 273 268
196,511 196,511 000000000000024bfe4cd9be61cf423c1b907bab83cf361e4715ac54f2e46238 0.03 MB 57 70
196,510 196,510 00000000000000c1637f5f281189e2f3fd7bb518b828f28033ab7ba091737584 0.16 MB 446 178
196,509 196,509 000000000000019b3d4054d112ece4a1c6aaa9943f25359ccf724b67e1f6635c 0.23 MB 511 171
196,508 196,508 00000000000004cb23cd0087e5f970cdb168a62e7d3fb705bc060132b5c4440c 0.14 MB 267 94
196,507 196,507 0000000000000139248d8c6ec16be337f3b985606c132375c0a55c5950683006 0.25 MB 845 199
196,506 196,506 00000000000004e49e7eaae5590799265ccb2e734d563648adda5ef7ff9b7e6d 0.00 MB 1 0
196,505 196,505 00000000000003050b2c213b326da9bcf6a86ecd9f1c5c1eedc0da0ebf343934 0.25 MB 673 155
196,504 196,504 0000000000000563e1c033b6c789f1b770b1c869789a73400de861849cad0205 0.17 MB 595 184
196,503 196,503 00000000000001e5af48182773ecb57cd24aad2b40c46f165dc140eddbd4c71a 0.02 MB 50 90
196,502 196,502 00000000000004fecf708256162f8da64e835a65ec821f6a869f0060f15e95fb 0.05 MB 129 112
196,501 196,501 00000000000005b11f0677bd5d944217d46cdf227afa065bc810fde5a6f161e8 0.01 MB 31 89
196,500 196,500 00000000000006bdd8cefe72fd2830b193d1df2eede2452e0ebf7d2c5345db15 0.25 MB 487 136
196,499 196,499 00000000000004635400e7ae845e90418d71edf68833f7332fb8d71fe7f79e04 0.23 MB 53 50
196,498 196,498 00000000000006974687d7c98eb349d358fbbc0463b81c295b49285d6d071b89 0.25 MB 609 190
196,497 196,497 000000000000011d5fa295809b53579bd662fe46d540ac0fbf536df302ec08c2 0.19 MB 59 57
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.