Memory Pool Memory Pool Refreshing

4,523 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (793,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,461 114,461 0000000000007e0764de024279257a04ac16882980878f174fcc58fd874315bc 0.00 MB 13 652
114,460 114,460 000000000000d027ab5c0c1bf4cb7f2af1823b3405a35271f958fa97733a4afc 0.01 MB 17 309
114,459 114,459 0000000000004257b31fd8e3e32c3799bb59eb1681811c597dc1fb0181768e83 0.00 MB 1 0
114,458 114,458 0000000000002c014be547527bbe8b38351c609d29cc7f525f5d3b251bae0b7e 0.00 MB 9 3,877
114,457 114,457 000000000000387b511f1d1f05497b51ed133d9ba214481923383e232cfbcb62 0.00 MB 3 3,875
114,456 114,456 00000000000095eb49eb960669f50c51f33e95f549fd467cd6ef55941427c4c7 0.00 MB 1 0
114,455 114,455 0000000000006d08cb2c1efdf210d1d6f1cf2d722f4ca8364f597878da375d43 0.00 MB 1 0
114,454 114,454 0000000000002db5aef6bf3e65dd63dab3ac294545627fc0d9cf38debc27dc19 0.00 MB 2 3,891
114,453 114,453 0000000000006165adeaa140d0150cc6b462ae33b0e695ecc031a297d1c57a80 0.00 MB 8 673
114,452 114,452 000000000000c9d78057e823332e8c9457e010d7b45e10aed19bab669adc2a63 0.00 MB 7 0
114,451 114,451 00000000000053cb05213dcc05fc052459c5c26e6055959225a1b73b0ea78d5b 0.02 MB 61 2,777
114,450 114,450 000000000000a8bd64e10383978ca08831127f21c99d8c1e9eabe3167fff8174 0.01 MB 17 1,606
114,449 114,449 000000000000668bb6a088f6ec208edb71336c9c33735ecb5ea8a812f30350e6 0.00 MB 12 1,694
114,448 114,448 0000000000005eb60fe271e027a07d7ce745a94d0abb5af434573255b0e2f6ed 0.00 MB 1 0
114,447 114,447 000000000000c4069849f6ae4c3fe7042fc7002db36ac85b6624055ba1201c44 0.00 MB 6 3,866
114,446 114,446 0000000000005600dceffb04444c8020099e1d9b541078679817db3f11025bd7 0.01 MB 21 1,978
114,445 114,445 000000000000a52b0b53709475dde974f8e8c2ddbed1e27f8dfae92570147540 0.01 MB 51 1,232
114,444 114,444 000000000000ac6e9cd3f49efb539a44322030cf978ecc91e144b08f4006e089 0.00 MB 3 3,861
114,443 114,443 00000000000082c1f1f996add861794f9331b85e0235e0085d7d9a21130fa846 0.01 MB 26 1,902
114,442 114,442 000000000000c76f47e0715c7ec4cf0e16b7ac2fae068b47e34a945a2ae7a4e1 0.00 MB 13 1,207
114,441 114,441 0000000000003d84ab699069b655bcbf874d3a5ea7062ba667791e79ce34c986 0.01 MB 22 3,876
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.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.