Memory Pool Memory Pool Refreshing

3,584 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (57,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,106 850,106 0000000000000000000319887141bc2157e6585e56d4d913546b68ee19f96fa2 1.54 MB 3,201 16
850,105 850,105 00000000000000000000fe7b121317370c423c57ab92ecc44a3fa8e9fdf67bc5 1.85 MB 3,731 12
850,104 850,104 00000000000000000001ebdd3c374fc2f3e7dfec421393b48219d762fd47a557 1.56 MB 5,711 10
850,103 850,103 000000000000000000024252e3994eca39df117e885b908a989d2aada766277d 1.56 MB 7,602 7
850,102 850,102 00000000000000000000792a207acbd2afe55a8d59e3eab88d6ee3c5f04d709c 1.54 MB 6,440 8
850,101 850,101 000000000000000000008962dcc8db725fd31bd5a55a0d0764ffea320410c721 1.57 MB 4,984 11
850,100 850,100 0000000000000000000084332b2c1e1bd6a8774bc0e1eca1b711127a14e42840 1.50 MB 3,860 7
850,099 850,099 00000000000000000002c0d7e391ef98f49a7d039366e6c134ab9c85d9f1ed31 1.44 MB 3,033 10
850,098 850,098 000000000000000000000a6b8e055686f6a29f3804e808ca24ac5626dd368d6a 1.67 MB 4,639 9
850,097 850,097 00000000000000000001b5be3dc190c9fd1052ab80e34729cff03909c4708b32 1.58 MB 4,102 15
850,096 850,096 0000000000000000000070883040e37b2d024a691280f33fa97b5c68fe56d86f 1.66 MB 4,292 9
850,095 850,095 00000000000000000002279b5c7e48d2b57efeca5d60ce6de7ac30bc16c80996 1.47 MB 3,206 13
850,094 850,094 0000000000000000000042b2880c728a597a0d60ace339ba844d238f630c8cc5 1.70 MB 3,974 10
850,093 850,093 000000000000000000023519ec7c0dcd94fd7af85b545e116a9d5c5325ff09c5 1.59 MB 3,721 14
850,092 850,092 0000000000000000000196016d602e5020c50cf4e57fdd198cb4663ffe636d3c 1.58 MB 5,659 9
850,091 850,091 000000000000000000026cea48968cb622dc28430d8fc176da6a3d36cf617c13 1.68 MB 5,999 8
850,090 850,090 00000000000000000002c9c85482065c2a1649f642cef991ef94619f4499303f 1.61 MB 5,405 7
850,089 850,089 00000000000000000002722a26572f7ea534a1cea4982ab347be88be4e2d7fe0 1.64 MB 3,857 15
850,088 850,088 00000000000000000002e3be710fde5beda91e5f182b1af9d406c6b77a7908a1 1.60 MB 6,669 8
850,087 850,087 00000000000000000002a6b775fa3820555da3d99692b28e44c59f656967bf31 1.61 MB 4,696 11
850,086 850,086 000000000000000000011b712ffb8020426b9c1f889dae86a0a7b6ab12d0bedf 1.52 MB 5,662 9
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.