Memory Pool Memory Pool Refreshing

3,236 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (818,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,717 89,717 00000000000fdcfde8c7dc90796cc2bba2d7ddf24be4268a92b0e2f9d30efb1f 0.00 MB 2 0
89,716 89,716 00000000000e55753494951226955f1cdb7d5ec30169d7ea5f9483759da1189d 0.00 MB 3 0
89,715 89,715 0000000000078500410e6b7917a988fd8ffbbb249e92a868c94ca2c5503d2913 0.00 MB 2 0
89,714 89,714 0000000000029ada38a9a922f79f5dbdf62939a0dcaecf6589542f9eb956ff90 0.00 MB 1 0
89,713 89,713 00000000000c7825b9b13dc10df167e61a186136bd8dba45e0a16658832c7042 0.00 MB 3 0
89,712 89,712 0000000000092d8afc0c83690b6940d2391f046c19d14e07d0d247b0910dfa29 0.00 MB 1 0
89,711 89,711 0000000000128c607d62d82c088ca2b55f1c7e2d4abd993b9e66e8f29c0b3ba0 0.00 MB 1 0
89,710 89,710 0000000000075fe3a7e97068d4646ea52b84f0b53ea427b962a077ad56625cbb 0.00 MB 3 0
89,709 89,709 000000000007e9dc71795f313bc8cebaa224fa58c49165e0b8d158bc444d9d03 0.00 MB 1 0
89,708 89,708 000000000010f3b2171b559c49c9b8dd4ea07d334306a09fcf016806b09bb8c0 0.00 MB 7 0
89,707 89,707 0000000000092448f9c9f066088ba796764c1f1d47eed0acaf469323efa9505c 0.00 MB 1 0
89,706 89,706 000000000000388e4dfd41ef32003d37772a4ab4ac267fbb2bcefba58279a98b 0.00 MB 2 0
89,705 89,705 00000000000276c6499e369b70531a04069cb082d15a57b7eedc9b201e141caf 0.00 MB 3 0
89,704 89,704 000000000012beaf3a12e2cf2b8fdbbb1dc98cd61b700ca37f7c79d1ce34aa69 0.00 MB 1 0
89,703 89,703 000000000006fbc8ab48b01ec09c9bcc248c8cd1dc5a2221d6fe727b18cf2f38 0.00 MB 1 0
89,702 89,702 000000000000822389316c02794f6a2be268f7548fb03749a458ae568eb9fcd1 0.00 MB 2 0
89,701 89,701 00000000000e860a2027b04d1a962d00948ffebe7b4fdc69a038892938dc2236 0.00 MB 2 0
89,700 89,700 00000000000419696f9c69802da1d5901f14e60527d2323c8e9a775f0ce3788d 0.00 MB 1 0
89,699 89,699 000000000000c5b3719e92550b8e6b227e8c6ed4e3014fefdf899af97326cf26 0.00 MB 1 0
89,698 89,698 000000000007fe584766f567560399f16249455635e8adc46bcaa4de9eac2254 0.00 MB 3 0
89,697 89,697 0000000000005c318a62158e51a7b6265aa0156d76c98842755fbf5ad3cf0c1e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.15 GB sent, 99.51 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.