Memory Pool Memory Pool Refreshing

436 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 430 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (518,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
389,190 389,190 00000000000000000745426f2acb439f8bbbc949a4a2f1d01f3d51a0d0f342b7 0.93 MB 1,234 34
389,189 389,189 00000000000000000306278f59d8336571320b445236ef75855975b4a5177850 0.86 MB 1,067 20
389,188 389,188 000000000000000005af032042493fa3b74c51633fd2172b220e3256fa7d366f 0.95 MB 1,973 38
389,187 389,187 00000000000000000397ea035b5779f94435b20bb456972a0fb5462b455ecb80 0.95 MB 2,535 45
389,186 389,186 000000000000000000cbfb9e25558ce08e46b6566830276f911420dc35cfc4f9 0.75 MB 1,339 35
389,185 389,185 000000000000000009db0c44f35fb0d66930f0389fcf65b756f01452384fd332 0.75 MB 1,210 29
389,184 389,184 000000000000000005370fd2a9881bc4006a078564cd6e417ca48e8ee7f08b60 0.93 MB 2,433 63
389,183 389,183 000000000000000008b5772ae91e55571558b58772cd7d2735814da5e2df1b42 0.75 MB 702 26
389,182 389,182 0000000000000000098191b589c4f992e2934f5348db278f7845ed51a1088e54 0.95 MB 2,498 37
389,181 389,181 0000000000000000092cd965155fdc616b764bd1827e4f30ec1fa32fb54bf78a 0.93 MB 2,453 51
389,180 389,180 00000000000000000a9ae433a7825405a3cc3ed4da95c2d35d03623e7f662d26 0.75 MB 2,375 56
389,179 389,179 000000000000000006e0073b85699d58a040754132b1e076ad0831e947d44811 0.75 MB 2,420 47
389,178 389,178 00000000000000000b564b8a8e347e5078d237d2227c643894b7b420dd958edc 0.34 MB 594 29
389,177 389,177 0000000000000000060541757965847eb1dc7e3920e51c206bdbf2dc2272bb02 0.51 MB 1,116 33
389,176 389,176 000000000000000001247f866bf560c9c160916a0c107b42dd5ed71be0260b92 0.24 MB 439 28
389,175 389,175 00000000000000000508e4510c91dc8dfa8b92a8f43a72102ba59a270f53aaf1 0.67 MB 1,516 32
389,174 389,174 00000000000000000a5b88c93825e4d018c45ca10026add93bd3050c6c33e762 0.89 MB 1,947 21
389,173 389,173 000000000000000004e9e2e5ef4bdbc5ac6e76847d090eb02aadbcd6ce2c2b68 0.71 MB 1,031 26
389,172 389,172 0000000000000000049bac0228d69f4dd3fb48d0ac9a9676a16996544cef4c42 0.95 MB 1,926 35
389,171 389,171 0000000000000000094578ed45a899910808eae7f7fdb90b3386a4d892702a46 0.91 MB 1,259 23
389,170 389,170 00000000000000000970deb55971788ae9cb9a818c19090df2da41eb06b21755 0.71 MB 1,216 22
Previous 10 blocks ↓
Total Size: 769.14 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,632.11 GB sent, 93.60 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.