Memory Pool Memory Pool Refreshing

4,926 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (90,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,440 817,440 00000000000000000002648026cf55ce7f0d34029c338a10d788bb34a7aeafc4 1.74 MB 4,557 110
817,439 817,439 00000000000000000000a298839d64e1c689d75a093f9e44d14956fb5ddc4e9a 1.85 MB 5,284 140
817,438 817,438 000000000000000000041e2733cb518edd3e7a96ee1316311ef3da4141ea5c7a 1.81 MB 5,083 124
817,437 817,437 000000000000000000018b6b1245fd49eabd58f0385fa9781b42f090400bd228 1.61 MB 3,493 178
817,436 817,436 000000000000000000040fbee14ac0c1bf7ce934b296934eee240486076690aa 1.60 MB 3,706 84
817,435 817,435 00000000000000000002a08af5ae8ec45e70d2779a3619e5817007f3791860ba 1.66 MB 4,061 127
817,434 817,434 000000000000000000016887bce48cf0a0453f80526f6f6794e56164abf99c58 1.83 MB 4,365 100
817,433 817,433 000000000000000000044bab252a85fe78322a17c60de5ee86feb4b99cccc465 1.84 MB 4,964 119
817,432 817,432 000000000000000000038d08ef7cf5b37e74584fe8a89090c248b8c1e01183cc 1.92 MB 5,301 112
817,431 817,431 0000000000000000000126c41aa8c11fdb8d8fb5f7ae116f8bd1dcf2fbc8424e 1.74 MB 4,109 112
817,430 817,430 000000000000000000024acc2c9e652d569718d5f03cebcc8b0fba4de487b5f1 1.85 MB 4,608 119
817,429 817,429 000000000000000000043e293da3a9c7ff0761ec5d15594bd2e37ea5c8b585fc 1.73 MB 4,188 173
817,428 817,428 00000000000000000003a302782d06b19d9b42554c35368664e778f5ba77c130 1.80 MB 4,437 127
817,427 817,427 000000000000000000006ddb5e970e925c0bccadac9a9c50693efd2c315f354d 1.77 MB 3,958 186
817,426 817,426 00000000000000000000e06d567a8cb3f81dcd96461fefa087d5a86fcf7aa81c 1.87 MB 4,055 99
817,425 817,425 00000000000000000003f1d536589c594bd6d84e6c58cbe0d0cbde93d234cbab 1.70 MB 3,849 110
817,424 817,424 00000000000000000003822452e86b1ab181e475db5883a97c65cb4e37a97abf 1.80 MB 4,044 117
817,423 817,423 0000000000000000000318789d43b3fc5b88d54c651b2ff5bceefa77dfaa5d38 1.76 MB 4,032 113
817,422 817,422 00000000000000000004031fa33bebb9895ed6372e56e2f3d8ce2cc79f0479ca 1.91 MB 4,470 131
817,421 817,421 000000000000000000008784516625b38fe7f2d6d99cb2bc7528c093a4c15e0f 1.86 MB 4,145 180
817,420 817,420 00000000000000000000eedc7531806e9219463fc346a0ba1baac56dc7fc4e17 1.85 MB 4,414 123
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.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.