Memory Pool Memory Pool Refreshing

9,907 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (542,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,322 365,322 000000000000000008ff3fc81045929e429026109f97c225edb673b28a90d3b9 0.75 MB 1,169 41
365,321 365,321 00000000000000000756fba488e1f5564d33771e9a6c6c5a88e83e9a4175cf54 0.00 MB 1 0
365,320 365,320 0000000000000000093e6b78bd7a59895a52f3b85c42fe1047ab4125cf94759f 1.00 MB 814 15
365,319 365,319 000000000000000000af01afe1c06b24703de28aba7124f29007814e052e814b 0.92 MB 472 12
365,318 365,318 000000000000000009268e42e81e152a006ea01b6ebc8f73fc0922d9128f1b71 1.00 MB 1,528 37
365,317 365,317 000000000000000004b33312824bb8ae1b5249fc9aa5d42d1771e258ea0e8b59 0.53 MB 1,110 54
365,316 365,316 00000000000000000358320df7d6a1e7c61c6f4c50186fc44c8d989f1fd02c9f 1.00 MB 452 12
365,315 365,315 000000000000000003c40bdea841bdb10af33d80d5ff7968705a6cdd7a55312d 0.25 MB 232 15
365,314 365,314 00000000000000000ac7ba4ba9fe923c5893e4330d672308ce59ee9bc9653180 0.93 MB 2,166 61
365,313 365,313 00000000000000000249e73efe3b8b525bb8aca95b9abc8f8cb2287d6eaec02b 0.81 MB 1,503 48
365,312 365,312 00000000000000000805c2b31d51cd92e92cb0f904c304c8eb0b6e96fb26abce 0.93 MB 547 11
365,311 365,311 00000000000000000a54f182f665dda15e55300cf27a1d7151b76feee8112c56 0.95 MB 1,551 32
365,310 365,310 000000000000000007716d77e49aef6d08210a23e7e3ad8bb7928c8ba9727ba9 0.95 MB 1,932 52
365,309 365,309 000000000000000001742cb40716f48232c21ecc5ae85d577947fe3dd2dde0d3 0.95 MB 1,286 32
365,308 365,308 00000000000000000c1403d434a93bd1fadec49b19ffa28bcfff46bd59531d3b 1.00 MB 2,040 43
365,307 365,307 00000000000000000eecb8c5dabfede194627d53fddfdb685103e5317a7e175e 0.93 MB 1,925 49
365,306 365,306 00000000000000000641fa532675b3e4fcf879cb5e4358895fa7b87e883b13d9 0.93 MB 2,857 60
365,305 365,305 000000000000000000c0ec5b2dc213252f8a0073964238551ef880f00df18965 1.00 MB 406 103
365,304 365,304 000000000000000005e0a7e209d85d09ed10ed8662e195da6de59bf4688aaaa5 0.93 MB 2,139 51
365,303 365,303 00000000000000000c3765e2a971170e8381aac9bd4f3fdf6e696e419319a289 0.93 MB 545 12
365,302 365,302 00000000000000000b6adcd49d760e6181d6a607a2438451c1b57fd544967527 0.93 MB 1,268 29
Previous 10 blocks ↓
Total Size: 769.02 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,624.76 GB sent, 93.00 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.