Memory Pool Memory Pool Refreshing

17,549 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (28,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,526 879,526 00000000000000000000dba3398e6f1a2f14102937a4844b95b753e543ec82b4 1.53 MB 3,942 10
879,525 879,525 00000000000000000002023e3e5edc534ce3e3369a6667c62c223df2b0491c3e 1.50 MB 3,248 17
879,524 879,524 00000000000000000000d224f150bc3454b4fbabb6ccfa1bf4745f111e071915 1.76 MB 4,166 4
879,523 879,523 000000000000000000025240b42d0ecf7df874cbdc378a5ac63b3c999c85bf97 1.64 MB 3,792 5
879,522 879,522 00000000000000000000f35b808f51208c86382725a3ac450edfc208f6766397 1.78 MB 3,387 3
879,521 879,521 0000000000000000000253847364c2ee5df8a5f59687519539571d26864971a0 1.93 MB 2,727 3
879,520 879,520 00000000000000000000b0d5a1e2a80f10f28893e13d6a1a7b1b41cdf8f872e5 1.63 MB 2,535 4
879,519 879,519 000000000000000000007b4946239f64539583190a215da6f1fe76f13ab0d02d 1.39 MB 2,457 4
879,518 879,518 0000000000000000000138efda595c242a2baadcad7b885a18b3855c6ddbd5ac 1.47 MB 2,694 4
879,517 879,517 00000000000000000001023ce2e87226443da2b0e4fc26a445052d7bd79b2c38 1.43 MB 2,937 3
879,516 879,516 00000000000000000001d245db45bc3bd9a9a078ec6b458d193bd69c289d7ffc 1.50 MB 2,853 6
879,515 879,515 0000000000000000000169fcedd7f5348cf19d85143a69107625f857cf6f442a 1.57 MB 3,642 8
879,514 879,514 00000000000000000001b438f6a0052c1643faca8f52cad41f7bc689513d5703 1.64 MB 3,473 7
879,513 879,513 00000000000000000001684c68ce0a0195206adac5e13056b1b9e4f6d8910c5a 1.52 MB 2,759 5
879,512 879,512 0000000000000000000179ae45477f5debf325fdf5ab2ecbdc7a007522e772e8 1.71 MB 2,678 5
879,511 879,511 00000000000000000001f25ce2a3ca71a1ceb96a1cd20067760643b809aec40e 1.62 MB 3,899 7
879,510 879,510 0000000000000000000002f57a34a716a28ca280facfb8b7fbc436a7ca6d8c37 1.63 MB 3,494 9
879,509 879,509 000000000000000000021196bc3f2332a52308cd0b8f6306e7ed30f3843597ff 1.58 MB 3,447 11
879,508 879,508 00000000000000000001953737a651eebc1b9df4c19815029ac16fb3203297b3 1.62 MB 3,779 9
879,507 879,507 00000000000000000002126c977990d72494aa2540044ec5dcd71582abb5fa13 1.65 MB 3,690 6
879,506 879,506 000000000000000000012b31967d93a60064c793cb4cedd220fac3e65182d3c1 1.51 MB 721 3
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.20 GB sent, 92.99 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.