Memory Pool Memory Pool Refreshing

932 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,284 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 932 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,283 (808,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,541 99,541 0000000000009a382a27ffbac00619359b42eb7e88fe2bf3e9c796972377ab32 0.00 MB 1 0
99,540 99,540 000000000002f3981b65c003f8a15aa0e8fdd250367ec9ca67cb9c623db95218 0.00 MB 1 0
99,539 99,539 000000000001a8de8274179dca58a3244dedda534a70e0f9527c5e7f7d94a96c 0.00 MB 1 0
99,538 99,538 0000000000016e8d01002885ff54511e0fd09a2fa4b4290a64770c3ad581728f 0.00 MB 6 0
99,537 99,537 000000000003e50e489e1d8d82cba974e714cfe4a2160e2d66c4708b93ddb8e4 0.00 MB 9 0
99,536 99,536 00000000000119cc1d30d0d8795bc4cb6ff902c504cd47002444f58328773c10 0.00 MB 7 0
99,535 99,535 000000000001f7bd7351c84252eb2a5cdf2500c9a24c3c371c844c3754bbd0e5 0.00 MB 5 0
99,534 99,534 0000000000037cadbb8be55a4bf60cc02617ca4194439b9911642b07c1922997 0.00 MB 5 0
99,533 99,533 000000000001bf9f55ea9cc21eb73f58edd67771efe68416c9906ef2d278ea53 0.00 MB 12 0
99,532 99,532 000000000000950e0fa526bdaf807d61e2aa983bee6c4d9299d80000e2c5dd77 0.00 MB 1 0
99,531 99,531 00000000000428dc38d0fb12b1918dc01a5bef0c039d6821a2cacf2fff97fc29 0.00 MB 3 0
99,530 99,530 000000000000ffc19b05bf53edf3b7ec484f99df389ebc05c714ee427f427496 0.00 MB 5 0
99,529 99,529 000000000002225e6c35decb24084d318121618d50779a452b29db6e62c74ecd 0.00 MB 9 0
99,528 99,528 000000000003c5e1ea217ccfb800626926a90bf99d5e6767292b0a4058b8b6af 0.00 MB 8 0
99,527 99,527 0000000000037e12dec0731dd6043ec404fa476b097252bd2cb55564c20835f6 0.00 MB 3 0
99,526 99,526 00000000000269d32568e16bfc230687e78fb9e2650dd4360677ec5c4325e222 0.00 MB 2 0
99,525 99,525 000000000000cdd5fcd1b7d099697c61175cd2b0e83f1c01103f0badc7fa22e5 0.00 MB 2 0
99,524 99,524 00000000000405e6b8f7c59b6da237bdc4b487515f28f67d46e2c1c8356aab7a 0.00 MB 12 343
99,523 99,523 0000000000015b3c5b07270e5d94bc6bb7671de3eef00172cebf49e1a8d467f9 0.00 MB 4 0
99,522 99,522 0000000000016b8d09743ade157a74b3c4c9dbbc7c825265f8350e4b74d201ca 0.00 MB 4 0
99,521 99,521 0000000000043461ca5d24a1dff5956e9a79d5db0c584d72d1372d59ed8d61de 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.99 GB sent, 98.24 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.