Memory Pool Memory Pool Refreshing

4,043 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (376,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,192 531,192 0000000000000000001d085011af9098be26a2ee0af25a75ae2df812e22ebeae 1.14 MB 2,243 6
531,191 531,191 0000000000000000002dd4bb7b60cbdacb34c36336662f28e922bbd77e4d7a4a 1.05 MB 2,473 6
531,190 531,190 0000000000000000001a78b2dca47207c1973a3419af788d7a08d142ce0ace95 1.17 MB 2,495 20
531,189 531,189 00000000000000000015418581b5e001c49af7bb8e1b12ba42c43b65f43894ca 1.21 MB 2,706 54
531,188 531,188 000000000000000000263171bf808ad8f64a4d9d456e0528018ece69d05dc011 1.13 MB 2,656 20
531,187 531,187 0000000000000000000cbfbccab6e372a2a12416c0b998a9490b3f10753175d7 1.08 MB 1,701 18
531,186 531,186 00000000000000000001245775ec0582b694910075fee25d1c8de3dc0ef3a2f8 1.12 MB 1,717 25
531,185 531,185 00000000000000000012a35ab5cf0e00a1e0372c4f3863523948c0e00c2291b6 1.08 MB 1,146 48
531,184 531,184 0000000000000000002bf5d2ba731c90f3a1d20d96d0b960168582c7c51da695 1.03 MB 1,259 95
531,183 531,183 000000000000000000330167bba3c1b85bcdbc3c316a29a065e1c3300ed9bcb5 1.06 MB 842 9
531,182 531,182 0000000000000000000abd45189932f9c4e62764c4aee2aaffe32b931c537257 1.17 MB 1,670 7
531,181 531,181 0000000000000000000634f29add5f6f6f87bd5635e3c344d2994179d51425de 1.14 MB 2,183 12
531,180 531,180 00000000000000000005918c6ea64d46cfb191d49e3f8fc8ed7b1e62c10901d2 1.10 MB 2,536 17
531,179 531,179 0000000000000000000cef5d876da91cf5de5a4c0862475168993f708131d0fb 1.18 MB 2,438 33
531,178 531,178 000000000000000000052990f3ad289ed57cb474985960552ced66823c1354af 1.14 MB 3,204 7
531,177 531,177 000000000000000000116b517ac0368892f285302a0f8f6aa27f9a7cba5f5820 1.15 MB 2,000 30
531,176 531,176 0000000000000000001db19636874e88091dfcc39b200510979a235e0c2b8601 1.12 MB 1,799 42
531,175 531,175 0000000000000000000e0b66b4cb81bf3e91ff922f5ae704f68705255914bfff 1.20 MB 1,443 7
531,174 531,174 00000000000000000015315b6174a7cbce59302fc766d1ef044c59beb1490bfe 1.17 MB 2,752 23
531,173 531,173 00000000000000000017ca2d434eccd0fb561803cfb3d88a92b4aa951bd6dd1e 1.17 MB 2,579 14
531,172 531,172 000000000000000000016c0155acca48435fcc135124e9c9b56693713037034f 1.11 MB 2,175 40
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.