Memory Pool Memory Pool Refreshing

2,707 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,219 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (24,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,458 883,458 000000000000000000006e5866114bbc2d49d253c80438a646a18ee186391e89 1.65 MB 4,121 6
883,457 883,457 00000000000000000000fc9af344e3e62f54702d52294ace3d66d649ef30d366 1.52 MB 3,672 7
883,456 883,456 00000000000000000001b2c83dbadeb75336426533de69cb5ad27dc69493faea 1.79 MB 4,692 1
883,455 883,455 000000000000000000005fd20b2324b907f3961914463c760faf25419ebbd6a9 1.60 MB 3,111 1
883,454 883,454 00000000000000000000d4d752e0ab32eb34955355ddbf41d55e280540b56ce5 1.66 MB 3,300 5
883,453 883,453 00000000000000000001a1deb68268eec520a346c118e70737993ade50950ac8 1.51 MB 2,780 2
883,452 883,452 0000000000000000000198efaeceb2128e26b77298851f776df7494faa46100e 1.51 MB 2,618 3
883,451 883,451 00000000000000000002304cd612228cacd42b1f1ba9028e48ab61cf213b49e4 1.51 MB 2,344 3
883,450 883,450 00000000000000000001026015d208482dbf6e45d49db43303f2688751bc4536 1.56 MB 3,176 5
883,449 883,449 000000000000000000020f81d567dbfcb0edbd725f77b0935167301be2c2d76f 1.65 MB 3,877 4
883,448 883,448 000000000000000000004a3bd027f31cf810d133f9ee7cd0a5286bdf63b3b3a7 1.60 MB 3,708 5
883,447 883,447 00000000000000000001e0edf9377f964f7f07cc9da9e628553370faca019644 1.62 MB 3,715 5
883,446 883,446 00000000000000000000e48014eccad7a793fc0decb9c99fa92dcb543a579b79 1.63 MB 3,177 2
883,445 883,445 000000000000000000000a06878f2789d85a61a3120701423ecdc33d53b8f281 1.55 MB 2,536 3
883,444 883,444 00000000000000000000db6199a83840f21b3e423ccb6119d2a750abea8a4024 1.57 MB 1,998 2
883,443 883,443 00000000000000000000be901a30f59ba32772e9b9f0f73f1d2d662d424ae27f 1.59 MB 2,301 1
883,442 883,442 00000000000000000001240a2db99624aef632585fb496e41c0e4d2fe33e52d1 1.61 MB 2,245 3
883,441 883,441 00000000000000000000889290692e9b06d4b24d72717e5b7145b3b64b3a9727 1.62 MB 3,733 5
883,440 883,440 00000000000000000002454616587d903eb8a1b04272cc65fe2cf9ff08f7dc67 1.44 MB 2,474 3
883,439 883,439 0000000000000000000016a85abc5ac1adcb8a90a05597a3b1cd4215e89fb8a2 1.52 MB 3,474 5
883,438 883,438 00000000000000000000e9deac78df5b93e24c2dbd5b124318598fbf5927b334 1.53 MB 2,093 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.