Memory Pool Memory Pool Refreshing

10,485 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,084 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (793,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,223 114,223 000000000000055339799b192c55a9ec8c5fb480d72e5641a725606e57450388 0.00 MB 11 0
114,222 114,222 000000000000cbe2e09e130be55a5feea3d93767ef7b6f6d4ca3704bef972d43 0.00 MB 1 0
114,221 114,221 000000000000cbec751eccd413ef5f415129f1a6a17a38c5c1631016ccd8d065 0.01 MB 25 0
114,220 114,220 0000000000007f4898be6c2d73688f01a42db72e7ef3cb4059e8b9b9c8f0301f 0.00 MB 3 0
114,219 114,219 000000000000b1cf2bc96f49055f73ea3b512a9aad2ba826d4102a45785b8530 0.00 MB 12 452
114,218 114,218 000000000000547ff7f52366b26ad1d24dede83064511f5b63a3792173d623d6 0.00 MB 11 0
114,217 114,217 000000000000816416c2c714805e940b84eca0c29c6fae2320f715170924a2f3 0.00 MB 8 0
114,216 114,216 00000000000017e26c6632ea1d88b63507e3041631e5db643f4b30c04d804f96 0.00 MB 11 0
114,215 114,215 0000000000006815dfe1d0b990712ad91f64ffa3ebbb32c9fa7942e26f7a07c6 0.01 MB 28 0
114,214 114,214 000000000000544e7a1518803bc45176f0a3fedca3e28268af0d9314ff334800 0.00 MB 1 0
114,213 114,213 00000000000032cee71249172608144e397855c615d5fdcb60cdbc84d2774804 0.03 MB 116 0
114,212 114,212 0000000000009e575525f920b5cbaa47a20ba5985b47187d039075c9d891aaea 0.00 MB 8 0
114,211 114,211 0000000000002c9479134e69d9a54f6fa18003dc129dc90365ccde5bcf8df91a 0.00 MB 14 0
114,210 114,210 000000000000189e60e17118ed05ad4ea9610d08c7aaa6cc0189dcd284cbf907 0.00 MB 10 0
114,209 114,209 00000000000073c877a5502d984f1f46b815a980bbbb965aa4f9ba4ddceae693 0.00 MB 12 0
114,208 114,208 000000000000cbbf6e84a27d96e571351e9ddc1ac08b4b2040168f91a1218276 0.01 MB 23 0
114,207 114,207 000000000000a9abfd93f0100598673b435cbeb4e9ea5a4786e44907d949a28e 0.00 MB 9 1,011
114,206 114,206 000000000000c0259c68c81d84b21b25b9edbb7684f0503bff302ba642bb4936 0.00 MB 7 0
114,205 114,205 000000000000388465b3800ef9e90632d8ae5e2c79d91e458f038560ddda60fd 0.02 MB 11 1,044
114,204 114,204 00000000000079dd9ef30cbd32b2dba6fc37b5ac07740a2c73ba4f6174dd9edf 0.00 MB 10 0
114,203 114,203 000000000000b0995e9fe6945d18fce9d72b374d577e73392f6d833f4d9b2ef7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.