Memory Pool Memory Pool Refreshing

8,421 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/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 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (154,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
753,214 753,214 00000000000000000008aaff9556c8a6d2cd140144cf010ccaf7266f66a917de 1.55 MB 1,965 6
753,213 753,213 00000000000000000002aea48f032cec57ddf62f59150dfaa6d0f94337b94ed6 1.66 MB 2,793 9
753,212 753,212 00000000000000000004eca8b736cd78dfac2462cf19fdcf189c8f9fc71edc38 1.41 MB 1,948 10
753,211 753,211 00000000000000000004e05e24148a72e8732a08e1e09b5ae250b5130babc024 1.48 MB 3,121 15
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.43 GB sent, 93.81 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.