Memory Pool Memory Pool Refreshing

216 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 202 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (459,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,254 448,254 000000000000000001bdf47bc25f3d2eae59ca7d7de8bd517169492872441ed0 0.38 MB 754 62
448,253 448,253 00000000000000000127b761a1fd52f2fbaca27f027630331b054f4213f1f6ff 1.00 MB 1,421 5
448,252 448,252 0000000000000000026a2eeeb099e796d76652654809a4714dc62b54af663225 0.71 MB 1,584 76
448,251 448,251 000000000000000003415a3e02f800f601df840c477360369b5c8ee5b329ef3b 1.00 MB 356 14
448,250 448,250 00000000000000000027cccbbddb1bbd80be4de5b07b9737cf26f4f08270920e 0.77 MB 1,343 60
448,249 448,249 000000000000000000453ca77c3490aa3bac14dd5fe9ea582b4ee35bf69f2fb4 1.00 MB 2,923 92
448,248 448,248 00000000000000000260c1bac053e2bb4719b984b725c14c220e821aa0b90630 0.23 MB 395 53
448,247 448,247 00000000000000000167ef0b588dcaa3eca2eccdefbe04beca9c2e559f0e2839 0.33 MB 555 67
448,246 448,246 000000000000000000199e23d638818d6164f828cd98ff26891b545caeca641f 0.42 MB 681 72
448,245 448,245 000000000000000000ee795dfe8985db2b918b3fe1f1e7c6dc90ff503af37744 0.35 MB 767 82
448,244 448,244 000000000000000002b4ad0b1409b2cc096696bcb93464121d48d608112a3be9 0.01 MB 45 83
448,243 448,243 0000000000000000011849068d27204e756a335424cd5c09b2eb1340b01c483d 1.00 MB 2,504 77
448,242 448,242 0000000000000000023bfe63ed086e4cb29b072936819dc550c9767c5299dac4 0.17 MB 248 50
448,241 448,241 0000000000000000021c2d0d8af688aa845d73530b853f706cc3d92325efde8d 0.57 MB 1,239 71
448,240 448,240 0000000000000000008dff46180ff6bf58a9491edc866550b93b9081d61165ce 0.89 MB 2,065 80
448,239 448,239 0000000000000000013b2224d537f28b063e49502b3127d5f60dbeed6181c226 0.75 MB 1,533 77
448,238 448,238 0000000000000000014a199535c002bb7598a32cf2d93c9db958887d21344bd0 0.05 MB 89 88
448,237 448,237 0000000000000000001223cce7286bb32b102c3c0cd32d0e3654c3eab77976d1 0.31 MB 500 76
448,236 448,236 0000000000000000011a9d7045c94f5e9513bbb596b45343a3d395e96b07ede8 0.61 MB 1,004 81
448,235 448,235 000000000000000000bb85400d5b759967b644a464844b8d9a688d0ae426839b 0.02 MB 37 74
448,234 448,234 000000000000000002a4a36cbb80736ab2aa5da92eb0ab43b94fad95889eb642 1.00 MB 131 4
Previous 10 blocks ↓
Total Size: 769.14 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,632.08 GB sent, 93.60 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.