Memory Pool Memory Pool Refreshing

3,973 transactions
1.18 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,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (78,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,763 829,763 0000000000000000000205f831d30e3d688d424ac5f1dc0205f6319d12bba2d3 1.53 MB 1,100 23
829,762 829,762 00000000000000000003426b5b9fbb20b7ac9765a0eb8591b47c6042f6408dcc 1.62 MB 1,439 24
829,761 829,761 000000000000000000013dc27ce44e21f437169286979affbf08b9790c55d8a5 1.78 MB 1,269 24
829,760 829,760 00000000000000000001d80210a9c44b2638ea88f12ba1bfc680edbc65a4d165 1.93 MB 251 20
829,759 829,759 00000000000000000000bdccbe483133c276e295dfb68bb80e9c55243b23e7e2 1.81 MB 2,665 29
829,758 829,758 000000000000000000035062abde56f91d167160a298ca2dc6abea5a9d3a7a16 1.73 MB 2,739 26
829,757 829,757 00000000000000000000ba625332942a3540ccf56f37a5cd8d0af2f91eb5b660 2.00 MB 504 21
829,756 829,756 000000000000000000022df92a5537673d4b67025b679599ddbc18c0ff762b54 1.88 MB 1,302 23
829,755 829,755 00000000000000000001a3f14f0c5b7c8bf020dfa9025db235215aae1de3686c 1.03 MB 166 20
829,754 829,754 00000000000000000001dd73dd5bb8dbb9a93897dfa9ce1e27253cc0336ed435 1.27 MB 1,176 24
829,753 829,753 00000000000000000001efc73cc821da7e7073414f7e4cc10741133d6a5b4f99 1.46 MB 2,534 27
829,752 829,752 00000000000000000001a250e083780b0ad5565746328369acde21d0a348da4a 1.64 MB 3,227 26
829,751 829,751 0000000000000000000291b9618a993b2693df75acb562f943b340c6112cc486 1.58 MB 2,749 36
829,750 829,750 000000000000000000027c37012c99b1ce42d0567f4d9e2fcaa7936688150cd3 1.39 MB 1,754 25
829,749 829,749 00000000000000000000d3ee00bead3689ea901aa1c210ba9880089e0b35bcae 1.26 MB 951 23
829,748 829,748 000000000000000000011b7079c2384a3d9bf86b3399d15adab7f118cf54a31f 1.63 MB 2,592 30
829,747 829,747 00000000000000000003290d7e4a0ad48ae315696e72fb8a3089dfeb1701a077 1.71 MB 1,675 26
829,746 829,746 00000000000000000001a3353a17a9310e3877a3bf1bd127fb29b74fa5314fb1 1.05 MB 311 20
829,745 829,745 0000000000000000000006fef1a3b7456e3c88b54e9813bfdaa01727c7ed1f10 1.67 MB 2,606 27
829,744 829,744 00000000000000000001e9d1d3dbd9c41933732547428ae23f75ad83a6f1ea5c 1.86 MB 3,371 29
829,743 829,743 00000000000000000000db2cd5112ee0425cdc104d1159a45ccab3b8e6e2b6f4 1.57 MB 3,289 38
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.