Memory Pool Memory Pool Refreshing

1,309 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,059 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,293 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,058 (905,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,207 2,207 00000000960a29c869fc09bae1f2475f2b85710b2070479e1a6c133768916921 0.00 MB 1 0
2,206 2,206 0000000072f60db6866296490c6a70516b5258b7fce00ae379b6633f22ae0d66 0.00 MB 1 0
2,205 2,205 00000000fe6d533b5787262eda06ba7585fd527b5a7ffb39aab2e9cf49fa8205 0.00 MB 1 0
2,204 2,204 0000000021fbd71a0e845db9ad31c9a3f31d79e2a8da66f460efeb1ad903c898 0.00 MB 1 0
2,203 2,203 00000000aba483f70dda91842e94012c30598643be0ec53d19598781e85b5b4f 0.00 MB 1 0
2,202 2,202 000000001be95682d66918627de7fab580a6f07f286a72f9c9d365f0e8b325d3 0.00 MB 1 0
2,201 2,201 00000000bc04ac00ee40d71ceff705a5e56f27e7c09c60320fba0c1da77f6c82 0.00 MB 1 0
2,200 2,200 0000000070118b55e0436a721d4533fc3d09a0238f72a5380e8a694c9dbf948e 0.00 MB 1 0
2,199 2,199 0000000033b798200d01296bf7d274eb4a8d6937d93adf740c4f311a4ed3cd82 0.00 MB 1 0
2,198 2,198 0000000048a3ff4c4fe37c2425e88272e19c720796a6a8b3fe451f46709c83ed 0.00 MB 1 0
2,197 2,197 0000000086941c5a4e7fb7ad5940948cfbbfc23743999293254606eb26bc2a10 0.00 MB 1 0
2,196 2,196 00000000138559989f729ef79ebbf2b47bc24742f94b81007ba733940f574baa 0.00 MB 1 0
2,195 2,195 0000000014a65a70cefa53205e5fd3523696b11a33abb522ebbc2dfd5542e1c5 0.00 MB 1 0
2,194 2,194 000000007eb604956e2f591f9959baf9eaaf6d4eac8f273f5c6cb7c0555444ab 0.00 MB 1 0
2,193 2,193 00000000374a6102801382307c41f9ddb11e089d9a3362a96a84fd849cd51ada 0.00 MB 1 0
2,192 2,192 0000000031fd90c9cb5be9db548a1767c9d3ceddebf9563f4791b858165d318e 0.00 MB 1 0
2,191 2,191 000000003cbf89153b0526e193ed74e5489a98c0b72f974d71c255425861eea4 0.00 MB 1 0
2,190 2,190 00000000990687d0eefcb17b6d04dd6a387ea75ff9233de72687f164e983f8e4 0.00 MB 1 0
2,189 2,189 00000000b0e0b48f8503ce535d51691aad2366d7b0a77da0e7f5b6b9b3fa2091 0.00 MB 1 0
2,188 2,188 000000006b74f30b5794a5317f3997d249ec49021f459807ba95f935836cef5b 0.00 MB 1 0
2,187 2,187 00000000cae563ab1664f9981aadf913f9d8d92712763f43b5a683d13b9fd1ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.66 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,653.84 GB sent, 96.13 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.