Memory Pool Memory Pool Refreshing

4,180 transactions
26.30 vMB
Show Random Selection Loading Transactions
Max Size: 107/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,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,298 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (840,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,103 68,103 000000000169967596a94acb426f8c1052046b3a0a21e254f0fdebcaa3255f90 0.00 MB 1 0
68,102 68,102 000000000528d5f2f7b39d7e83b3c0eeaf3e6b6ad47e3b51b8db7545f509cce1 0.00 MB 4 0
68,101 68,101 000000000265db67a09080ac81b197af4a0aa2cbf2e334c80c94a4ea341ca9b8 0.00 MB 6 0
68,100 68,100 00000000007d9c9b24914c9a6eedd8348a093db320a4acebc639efb3e987d98d 0.00 MB 2 0
68,099 68,099 00000000008b3aa1a0dc719ebe16a6e7360b732eb5e43f9fb293c06605e5696b 0.00 MB 4 0
68,098 68,098 00000000011f0ed7c34ba126df9be78199cff747f2a5c5ecef56b61a5f453caf 0.00 MB 4 0
68,097 68,097 0000000001d887ab4b7d5d49a824f656b4e0d82ef63fa7a7786f4fdc9c025b83 0.00 MB 1 0
68,096 68,096 00000000028c754e60362aa8afd2ea8076e7e1a2d23b2a52f09f6cb1dc68e2c4 0.00 MB 1 0
68,095 68,095 00000000013d5ed7195865ec63076d0b13ad2a07f47df6105b68ed21ace00cca 0.00 MB 3 0
68,094 68,094 0000000004b68d7b983e7aecb4e3e5299a96d81705ebeaecebc7f06ae3c33593 0.00 MB 2 0
68,093 68,093 00000000016b772031b0f8f0029a9b674df138f5cee0a37f270af644d2170380 0.00 MB 6 0
68,092 68,092 0000000002ccc47574c17700852d0587f063447b88f25b5483c63b63979f9e3b 0.00 MB 2 0
68,091 68,091 00000000003dbb544c84f48021b5717db581d286d47b019be935fdce03e5e281 0.00 MB 1 0
68,090 68,090 0000000001513a8b16fb54e69cc2a4a0c5d9abf5f8664a7c3956f5e6d4002e27 0.00 MB 2 0
68,089 68,089 00000000032fa618d1c4a52d341767f742ddf7788f52aaedafcc8e8e529ce14d 0.00 MB 1 0
68,088 68,088 0000000000e83fd4630a53d045f5fd4a2ceb2aa5fb97d4cf7d36d7f24ea24356 0.00 MB 1 0
68,087 68,087 0000000003f4fc00ecc996fbe6377d5152e3ed76f9a4f653495aed38ad5e1c7e 0.00 MB 3 0
68,086 68,086 0000000001a62d7d0f7fcc7c71b33e998cce28261d2fa5f84e9e6ab36c80b12e 0.00 MB 1 0
68,085 68,085 00000000003d7fbb6f22fe2e55a45ecdcda816983ffb3e6ac051c36687c9f43f 0.00 MB 3 0
68,084 68,084 0000000005838c5aa20a6a94df661a667d2b82bc2920847387959640ad1beb36 0.00 MB 1 0
68,083 68,083 000000000360202f8f7ce9a266642c86ed86d01cbf14408c7823bf15c1cc7178 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.20 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,696.07 GB sent, 98.57 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.