Memory Pool Memory Pool Refreshing

10,149 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,298 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (12,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,474 895,474 00000000000000000000056295ad7292d2900ac0e8b5c45a9f87c33b6f7ef25d 1.70 MB 4,101 2
895,473 895,473 00000000000000000000d056b3d9bb7676e3eaf4e9f8cb9acf8e4b9ec5d76746 1.64 MB 3,269 6
895,472 895,472 000000000000000000005e280c04bce7a39cbe49b4df9c2503857f6813b66df6 3.44 MB 670 1
895,471 895,471 0000000000000000000226a69691b90c5a47652803674356c4a5545b20b11521 1.64 MB 3,823 1
895,470 895,470 000000000000000000006b99f7bf0436cc04d41bceba5d8032cb99a2996990b1 1.29 MB 1,596 2
895,469 895,469 000000000000000000002ce00db9dacc3787376b53fa5dc795b0e76cb202cbb3 1.56 MB 2,914 3
895,468 895,468 000000000000000000014e889b09ff428872493a11f799a4097efbc00be2554f 1.16 MB 1,093 2
895,467 895,467 0000000000000000000107aa8645338cdbafe719a6eecccbfaa3be007d8a0630 1.57 MB 3,026 3
895,466 895,466 000000000000000000013f659cf077d096cd2f6a2e0e3c48fae5a30f9cd473c7 1.69 MB 3,047 5
895,465 895,465 000000000000000000014d9419d296cc6370eb54245d299fe3cffb43177a43c7 1.61 MB 2,975 3
895,464 895,464 00000000000000000001fb77e045837079b8b6bc0c64a8012abe8ae421676c1d 1.66 MB 2,441 6
895,463 895,463 00000000000000000000fda62950b4af646198786f210953d093c175cfe16c9e 2.61 MB 1,176 1
895,462 895,462 00000000000000000000cdffa42e6bc14cd13fddf881a9e04700889be16998e1 3.90 MB 205 2
895,461 895,461 0000000000000000000208e83377537e2fc84dc19e2dfac901c96474467ef1e0 1.97 MB 1,662 2
895,460 895,460 0000000000000000000182197bd6fa69a0208324094357750cb9be4bcd1cd399 2.00 MB 914 1
895,459 895,459 0000000000000000000213214bd6006e44d20178241e4ab8e751f268f8bb481f 1.64 MB 2,139 3
895,458 895,458 0000000000000000000192333c2df579efba24811bacdf88095d9e974cb6a852 1.85 MB 1,824 2
895,457 895,457 00000000000000000002494f9516b5f4e7a9714c69f7c0008795fc6f551ae104 1.74 MB 2,535 3
895,456 895,456 00000000000000000000968699696d38bd7a7b0443f53141b57452d08cda5d81 1.73 MB 1,800 2
895,455 895,455 000000000000000000020a1e3897f768ecc99e028cb8b0e6c95fb04c9d3f9f27 1.40 MB 2,099 3
895,454 895,454 000000000000000000010976674c004f8f376b98b1d17c1e085dda5492a9284f 1.63 MB 1,046 2
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.