Memory Pool Memory Pool Refreshing

519 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (189,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,233 718,233 0000000000000000000b486e8c050e8a9a27952960ec14585f2e0f11c35e7337 0.25 MB 371 7
718,232 718,232 00000000000000000009d189251641b740979f99359cdddb87089646f5179370 0.53 MB 984 9
718,231 718,231 0000000000000000000a871fca38aa850c8a45686448e95d82f551be8bcb582a 1.59 MB 2,334 8
718,230 718,230 00000000000000000007432afdbf505cad576053b248837af7bfa8e0fa07e812 1.61 MB 2,752 18
718,229 718,229 00000000000000000003c0617c3193c18be7a64a7dd11950bedf34e5611d80f5 1.56 MB 2,708 13
718,228 718,228 00000000000000000006ceb41c54666d43c338b6bab336f489b63a12569af934 1.33 MB 1,742 7
718,227 718,227 00000000000000000005d22e31697e8b2d7f12625e17fd49f877566f34d4cbe1 0.47 MB 866 10
718,226 718,226 00000000000000000005e571305216bdd96bb1fdcb349816d2a3889a0fac56e8 0.04 MB 96 10
718,225 718,225 000000000000000000043b7098c7a71d86152e44a696e5041c8538f35d2c6c2a 0.76 MB 1,344 8
718,224 718,224 00000000000000000004e8d442ea644d3c88091454fbc0ac0b5b938c22af1872 1.58 MB 2,852 13
718,223 718,223 000000000000000000045f7d32d9c1a0100b5b0bf2189f4d4d8e600cb90d525f 0.36 MB 631 9
718,222 718,222 0000000000000000000194a7a752cff4e75a7373f66bf6c49547873a83da9eed 0.90 MB 1,319 5
718,221 718,221 0000000000000000000121c6003a5aaaba476f7802eb30fcbeaa6dd1b0595291 1.33 MB 1,900 4
718,220 718,220 000000000000000000058195a94ec7a75a9d17da14c7b17da357f4e55ef7e4ed 1.43 MB 2,543 13
718,219 718,219 00000000000000000004f4a4641949abc9f8d7c97dd0da8aa81ea50b36e043db 1.50 MB 3,028 12
718,218 718,218 00000000000000000003c1314e2d8ab9e9b08a14925f074c8d1e63561bdc2791 1.58 MB 2,924 9
718,217 718,217 00000000000000000001d8b3151da2516cb0b1d9da8e6abcbcf9b7dd32d874f6 1.66 MB 2,524 8
718,216 718,216 000000000000000000039ce0fa9653ffa1a3807680162d6de0a1652f6f110591 0.87 MB 1,175 8
718,215 718,215 00000000000000000005539a89c5e2fab76ea7b14796cb94824a61ae90af3e35 1.00 MB 1,059 10
718,214 718,214 0000000000000000000b7df597c25e2b9322b40c5b2aa37873ec5985b1b45cce 0.63 MB 695 7
718,213 718,213 00000000000000000009f3d1a679642054c55982d6e9be9a751825927ad32fb7 0.08 MB 166 10
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.