Memory Pool Memory Pool Refreshing

897 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,535 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,534 (810,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,370 98,370 000000000001dc82e2efbec3d922f0ce640df4443ceb8c1e4f0a92db3138f091 0.00 MB 1 0
98,369 98,369 0000000000053c6d99b46c781c79458404d794cc1078a0158448c70752e4a948 0.00 MB 1 0
98,368 98,368 00000000000147751049b3051eafedafc14a4c85139b0facac96984803244163 0.00 MB 2 0
98,367 98,367 00000000000106f30bc423e08e5b0e4b5a8480932c8d3047b76587c0641e0a53 0.00 MB 2 0
98,366 98,366 000000000000e1e218540973f1116bffa27a8594a4a3f4ffbae61ad72bc3a1f4 0.00 MB 3 0
98,365 98,365 0000000000038486106fa2851521a6551eb1ffe34b930f53c1ca17e89751839a 0.00 MB 2 0
98,364 98,364 0000000000007914f363cb53c88e95efac2ffe1de643507f010575e0172c24df 0.00 MB 1 0
98,363 98,363 000000000003eca70ae23cf0ea02e5f0d1234c62804bb87be00b44b8ffb17381 0.00 MB 3 0
98,362 98,362 0000000000047c05d201426d860b1739f09eac194aef280375fcbc652f6a83c2 0.00 MB 2 0
98,361 98,361 0000000000040e92f73145b6739346b61a23783d716b1c12ea3dc6ff6abe41d2 0.00 MB 4 1,264
98,360 98,360 0000000000021b9938fb6e41e0b502b93eef92c942189460b77a1c71fe71254e 0.00 MB 5 1,329
98,359 98,359 000000000003393af7d01d22535dfea14f2020d58e23033308407ec966a5c7d2 0.00 MB 1 0
98,358 98,358 0000000000026450621093091f72d9c2ffb4c835b35a31ea676489a30962afb3 0.00 MB 1 0
98,357 98,357 000000000002cef827b1ad912f9cbf168345b47679ea56ad1abd67efbae550b8 0.00 MB 1 0
98,356 98,356 000000000000d9276380a722b02137ca26a72786408a3a32018ed61e027d3d2a 0.00 MB 3 0
98,355 98,355 000000000000805eb21e575ef758f1287744a21d98d7d671e8d6da8fbf058aa9 0.00 MB 1 0
98,354 98,354 000000000004dc9ada6cdcbf20c19769b22693e395338b1d825111da6ee6c163 0.00 MB 1 0
98,353 98,353 00000000000479c35e16139b9a22d29b868bcdae7ca83b60637bbdf5f8c2caba 0.00 MB 4 0
98,352 98,352 000000000000c032688526d3587aef2a5ba3cc79f651bb37a1e754359f5c4b3c 0.00 MB 1 0
98,351 98,351 000000000004bf50fefe4c2087d2d3ae011af17787f3acf0a08eca55610cd5b3 0.00 MB 5 970
98,350 98,350 000000000005541554ef5ce9ed644ef85a1f561ba36f78c52ade7ca839542f55 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.40 GB sent, 100.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.