Memory Pool Memory Pool Refreshing

3,706 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,647 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (722,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,120 185,120 00000000000005c7e7735c59859f2b0c55b9fec63fd315ecd6bdbf663f0faeaa 0.05 MB 135 181
185,119 185,119 000000000000007354fa2ffa5704e38ce0bf8cbee8019dbfc8a19980ed101082 0.00 MB 10 15
185,118 185,118 000000000000067806ae6c5125d261c3a8ab523cf1bd53464f3dc2902493726c 0.00 MB 7 0
185,117 185,117 00000000000006631be8c020d44a9f9e531bc187b01d891f7a226446758ed249 0.05 MB 145 126
185,116 185,116 00000000000007ae0b31cde9a0785411f85db391844b25c0a6b264c45677f857 0.05 MB 148 153
185,115 185,115 00000000000003be6aca393d0651b2554da588325d51fb95974f044750e7b52e 0.13 MB 270 112
185,114 185,114 00000000000007671b4dff50517f5042ea7397bad6b7adfbfdb3cb35138f7ad4 0.17 MB 401 162
185,113 185,113 00000000000001b7567e1fd852a10ed36eeeffefeec2bade7b43644a16f23ea3 0.00 MB 12 107
185,112 185,112 000000000000072601b430a10fc0ec5ee32637e8c9d3c39fab0062a604accf49 0.06 MB 128 97
185,111 185,111 000000000000050a01ab357db381b2e86d5acc366158c32cc34faa322c70254a 0.17 MB 382 104
185,110 185,110 000000000000017d2260cfe5118eb3466b3596c24b0c15ec43ab3bd244dc18f3 0.09 MB 256 161
185,109 185,109 00000000000001bf0c92de2565dbcea10c7ed8c8e458eb275c2b62227be9fd20 0.42 MB 965 154
185,108 185,108 00000000000009eac698cca201749e446000d754705bf53135bdc7fc3b0e7ebf 0.00 MB 12 0
185,107 185,107 000000000000081fd0a4532b519e8669edba08dd0e1cd58e9b259bacbc16815c 0.04 MB 74 96
185,106 185,106 0000000000000616d9f881ee5089351ada1f4b80e250ebe341c9592faa627db9 0.03 MB 96 88
185,105 185,105 000000000000096627486448e2bde1137d03971efa4bcc3ec77dfaa22fa4f071 0.25 MB 696 188
185,104 185,104 0000000000000987221e921001235eabddf2c3b16b191beb6f2233b93cc499ae 0.05 MB 134 98
185,103 185,103 00000000000008da99aa1b3a6cba182e09c52d59d1b9dc093fcc267f8d06bcc8 0.05 MB 155 134
185,102 185,102 00000000000002694d9e80335331808da9e53a3419a7ddb3b22d9f36a83eb3b4 0.00 MB 7 301
185,101 185,101 00000000000009f8e3e3449e44c7c7f50c0a2f46fba6183e99b5cdcb1e1f56d3 0.05 MB 145 125
185,100 185,100 0000000000000a97df9c7425ed7651cba06a8237e94d3ce315e4ff3fe546b7b6 0.05 MB 130 104
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.79 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.