Memory Pool Memory Pool Refreshing

2,657 transactions
0.91 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
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (785,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,973 121,973 0000000000005e179305586a9bd5459649c08d5945e8af880fa0ffad9175aa2e 0.00 MB 12 334
121,972 121,972 0000000000005c5d5c38c542ce944c6be272c5ca1eb89a4de3bb2d01d4595f21 0.00 MB 11 311
121,971 121,971 00000000000021cee8878f475ddc099427fd94c4325651cba7886917d509358c 0.00 MB 12 0
121,970 121,970 00000000000046225bfe52fa4ae0f8593c37a2871baba58e05fc7d130abdcea1 0.00 MB 10 0
121,969 121,969 0000000000005c2341d96d3391548cc0e6431a1b47557e12bd41ef26565207a9 0.00 MB 12 305
121,968 121,968 00000000000034c33596df1e14180ecca567c30458fcea9c21e86b66d10a9c56 0.01 MB 22 152
121,967 121,967 00000000000059fe03d6f41a4127ff6207f16a8c2f26a19d8449ced2645f0d02 0.00 MB 9 0
121,966 121,966 00000000000085e3cac807d00de4bb9409a72a89a3ccd317ce511c81abd37ad7 0.00 MB 12 0
121,965 121,965 0000000000006875203513c75d956001c01141087a18e219adc3357e4c84adbe 0.00 MB 7 1,356
121,964 121,964 00000000000007024d937b8104a83eb4eabdfcaac556dc2c71fc44ce5d387e0b 0.00 MB 2 0
121,963 121,963 0000000000000201902724338055038f282fea8e09ec5e39d79a8d314ec321b3 0.00 MB 11 0
121,962 121,962 0000000000007c388db2eaf97085269b60056ed71b5cf25efc0d929e05c1c14b 0.00 MB 12 0
121,961 121,961 0000000000004909e2834f5aa819f2d4a4aac4327ea13577999f2ec978700ab7 0.00 MB 1 0
121,960 121,960 00000000000058e25b9ed39dafd4fe145e4ecd4b2107d9b47db53144cb8879d6 0.00 MB 1 0
121,959 121,959 000000000000529156ce9f9b35dc1447c7abf4358810e8608d2bec4ddaf4799f 0.00 MB 11 0
121,958 121,958 00000000000023b57d9f982856add6bb260c18dbabab6329f70c6a6acc432e1b 0.00 MB 11 300
121,957 121,957 0000000000005f57dfe977a53ee691e554ad09ef98408ae066a1010636511772 0.00 MB 9 0
121,956 121,956 000000000000629a542282a3078effa714485299985b582eb04b46432cae9ccf 0.00 MB 13 311
121,955 121,955 0000000000005776c795d23e71ddbe5051e46893a4f0e4ed321f01ca7f9cf314 0.02 MB 23 671
121,954 121,954 0000000000003ba703f3644e0897938ff79bc09fc5f0cd36e0ffc8de30c10506 0.00 MB 12 0
121,953 121,953 000000000000955cba55cdb9c2ca8b7e3d4841e4ce72254c627e087135732790 0.02 MB 37 292
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.