Memory Pool Memory Pool Refreshing

2,961 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,862 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (745,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,610 162,610 000000000000095c23ebcf410836a85daf5a772cca942bd9d4503390f9b75c1a 0.03 MB 44 132
162,609 162,609 00000000000005c8d1292437f744ae8ee81e80c6a19aa964037cf6d0f2917043 0.00 MB 4 22
162,608 162,608 00000000000007ce6b8c5127edf329d01147e5d5d2783184c56448bf68922616 0.03 MB 101 68
162,607 162,607 000000000000051c73785d7080bcb9d8793d3df75211e03d0155a110640ed86e 0.04 MB 107 4,532
162,606 162,606 00000000000000846c5f47a53b4cbe924502b15a7e89a573d3971cb933d9858a 0.00 MB 10 488
162,605 162,605 0000000000000c026cf59763ae383fc3a7633964346244032e30add8735dcd33 0.00 MB 18 71
162,604 162,604 00000000000001506e6f8232fb0c81c19128910d7bdead4d8392c9834cd86571 0.00 MB 12 64
162,603 162,603 0000000000000c85a3af0f8f66134874e4451ab35a6629f4f48159323c815098 0.02 MB 52 212
162,602 162,602 0000000000000a621e63407095f8b2f84e2c8c064859833fc292ee011496d1ff 0.01 MB 6 23
162,601 162,601 00000000000004aed69373bb893ec73d11a2aaa439dd55e5bf9adb7a58d01ac2 0.01 MB 19 0
162,600 162,600 00000000000001443664a56e8209aa98422db7aa23d8c521dc5e9e29ed6049ed 0.00 MB 6 405
162,599 162,599 0000000000000368cb1038daae7fb648141bf7877a9320b76d139c25bfa90439 0.03 MB 64 158
162,598 162,598 0000000000000c8b2e5e1b5132ebca886a2abd5b1bf7dfa49b17903f258da424 0.02 MB 50 137
162,597 162,597 0000000000000c9ef751554bd592d5622ea34e2debe63104aac86d6e9e03dcb9 0.02 MB 40 34
162,596 162,596 0000000000000b8141f2dc860b9de502cdcf03f8461c84bb1525ba0d3d8e7fb8 0.00 MB 10 166
162,595 162,595 00000000000003f3c1aa87c6f2dfe3bafc9cc0cd0a86f32736907cf7b9f8ec26 0.00 MB 11 50
162,594 162,594 00000000000001b3e7163adc75eba19e7abd2c682ab88c84d2e126bab9356197 0.00 MB 1 0
162,593 162,593 0000000000000c866902372ee4316da9e706df14906b28a9351c16ca6eeecd52 0.00 MB 6 0
162,592 162,592 0000000000000aa09ad7b5146aa87076306d41181869138fae270739e7c9eb1f 0.01 MB 11 394
162,591 162,591 00000000000000efead5fc3aa52d1d53fbb0d20c3966c19e87ce42efe13703b8 0.00 MB 10 1,048
162,590 162,590 0000000000000807987e701a367c3c9cfedcb9272442ebfa7d4db529a21ade91 0.01 MB 24 108
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.