Memory Pool Memory Pool Refreshing

6,242 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (4,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,511 903,511 00000000000000000000b5ca50a6a71ab59108108505a3fcd267b76d905ddd04 1.69 MB 2,304 2
903,510 903,510 000000000000000000006438a03f6ca044c37803035a816108ea18896503ed20 1.53 MB 1,147 2
903,509 903,509 00000000000000000002447fe19200065a846284dc97d584fb8cd9aec77cd8cb 1.54 MB 3,325 4
903,508 903,508 00000000000000000000b1f338c4bd5081ce214f9d4feb4629f48069d33bd3ce 1.63 MB 3,264 4
903,507 903,507 0000000000000000000250cfcdb684cb33e1d4ccc82ee7b6f308909b7b7525e3 1.24 MB 1,851 1
903,506 903,506 00000000000000000001b108745b184af2b2608dffd28475981bc5b6b41ddaad 1.52 MB 1,854 2
903,505 903,505 00000000000000000001ba3d7750a794b07d8f6d8620239ea227c37c02c45289 1.42 MB 2,414 3
903,504 903,504 0000000000000000000166347f357e53fd4d7947d8e1f2f6cc993abe1d6b0287 1.73 MB 3,053 3
903,503 903,503 00000000000000000000d44b747c2976c562676484fef3f1369609ccad1074a0 1.45 MB 2,581 2
903,502 903,502 00000000000000000000eec4f018f4cbcab4808f5866cec676d800f1ada4595d 2.01 MB 2,947 2
903,501 903,501 000000000000000000014cb729403a533defa6c2bc2dc2e9b70753eebc985f15 1.66 MB 2,031 1
903,500 903,500 00000000000000000001f0bba440989c60a48279cf6c9ac3fe2a2a141c4ef29e 1.74 MB 1,968 4
903,499 903,499 000000000000000000019b773da5cf5eeaba32a066259bd3f34ab89685db35e6 1.63 MB 2,038 3
903,498 903,498 000000000000000000005965d4e919592a177d4afb4d2df92bf800588f0c46e7 1.43 MB 1,285 3
903,497 903,497 0000000000000000000260a37e9e96650d1b3eccd8afe1f1423ce98af61917cf 1.56 MB 3,417 4
903,496 903,496 000000000000000000022c1093be194ee89795ae9b57c3e832e97485c959c2c0 1.19 MB 1,061 2
903,495 903,495 000000000000000000012a78e3d24e00c42daa57466f3dd2cb34800f9dd4fd1e 1.43 MB 1,913 2
903,494 903,494 00000000000000000000607be9a250da1b12cf65666e259a17a3479a488c699b 1.57 MB 3,682 4
903,493 903,493 000000000000000000023b2a429951836f434d2278e75a41a4fdd884bbcd22bd 1.62 MB 3,270 6
903,492 903,492 00000000000000000000934dd0da400762c5ed161db5fb2f20c6e9c57a929cf1 1.44 MB 2,333 2
903,491 903,491 000000000000000000011e4ec53ed5bdc74970b974e52ec7353dcddf563c132b 2.04 MB 1,128 2
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.