Memory Pool Memory Pool Refreshing

1,098 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (154,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,235 753,235 00000000000000000006293eacfc237ad9f402951da9bd9057e4f7cf0f22dcee 1.65 MB 2,214 5
753,234 753,234 00000000000000000007f57fdc60a6fddd2dc6f5fab925afa83cef729e148b78 1.56 MB 2,239 14
753,233 753,233 000000000000000000082c0eb1742cf7b20081f073571a7d141c557f27a5c0a4 1.40 MB 2,041 15
753,232 753,232 0000000000000000000608da58972954e5538e6ba2205e9818c929caf3198617 1.05 MB 270 10
753,231 753,231 000000000000000000074608a513c6c8481bafc279239b8c355a8627f924a067 1.11 MB 532 10
753,230 753,230 00000000000000000001a5d8612690b81ee10276b9fdffb827000b851bd5d273 1.66 MB 2,187 17
753,229 753,229 00000000000000000000dff5b4f47f4badffb3044b5f8c98a3b346f9ee2fb6e8 1.75 MB 1,600 15
753,228 753,228 00000000000000000004cda736141a57b299e83d37e632a8405e48e7c779f2dd 1.39 MB 1,781 17
753,227 753,227 000000000000000000046bf7e61ea96ff2979e22f863510cbf375c16b67115cc 1.36 MB 2,829 15
753,226 753,226 00000000000000000001cc5ed878960e51002b8d5c3ef1023e4f45b630922e61 1.26 MB 2,217 27
753,225 753,225 00000000000000000002feca9b713cd92a24525087fad219d2771b04654b105f 0.55 MB 924 10
753,224 753,224 00000000000000000000e249de4bc741e86ab1eabbce0b5c0408e0da34189218 1.72 MB 927 3
753,223 753,223 000000000000000000015dbe2dc6ad6d2441189e47be7c4cd60a4b7c1a6cd8ac 1.55 MB 2,237 10
753,222 753,222 0000000000000000000072657a18a1265bd1198dd02ae358beaf742e2151f02b 1.54 MB 2,195 6
753,221 753,221 00000000000000000001c9ec90feadaa57801fd1b9c7b3a4fcf995dac26e5979 1.40 MB 2,775 17
753,220 753,220 00000000000000000006b9ea25cbbe0bc34bdbb9f74bb284743d88f2faab8b89 1.60 MB 2,505 14
753,219 753,219 0000000000000000000843092205abed9b895f7ef18dfee9b8c69c4f5b1b2668 1.52 MB 2,744 19
753,218 753,218 00000000000000000005030c2e96e3f144ca46231a3bdb7cec719c78fc584d99 1.66 MB 1,778 7
753,217 753,217 0000000000000000000503677a0ba492fe2e3209358e78c6572ea30d6d9bb9c8 1.56 MB 2,134 11
753,216 753,216 0000000000000000000819398406770d2332caf936daceca0dd1aac702f6e14e 1.57 MB 951 7
753,215 753,215 00000000000000000001845ed76c47c119862054278c347a15460cdd29e1e872 1.16 MB 710 14
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.