Memory Pool Memory Pool Refreshing

2,018 transactions
0.56 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,409 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 2,011 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (890,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,815 17,815 00000000584a6fb7026da813f1be1d329a16643fd6d42dbb0f847827facd19e8 0.00 MB 1 0
17,814 17,814 0000000006a2bc35ac57506a329f5c14483f3a9b435395db24d6998c40539ef0 0.00 MB 1 0
17,813 17,813 0000000094e5eb8bf69fed38e48c086c6e621f5d8cfcebdf8319dacc4a4427ee 0.00 MB 1 0
17,812 17,812 000000006bd41e03f62f43f04f786d6dfe6d17dcb53cf71b6e32118b32361747 0.00 MB 1 0
17,811 17,811 00000000668eea6f642406d96b2b4bad6158588435bc81644c1076e997f20a00 0.00 MB 1 0
17,810 17,810 000000007700b798764336d197192da85663b1fed27c10cb475465bfcf1cf2c2 0.00 MB 1 0
17,809 17,809 000000001f70943a610408b5f9ce123f6704a210e770c0ba97f09e138142ccd6 0.00 MB 1 0
17,808 17,808 000000002c70ce2cc5b6958d2353302081bb2941f312b3b0367417b327b6866b 0.00 MB 1 0
17,807 17,807 00000000a9d4e02e36bcfe5442840debc05058929f2db91e88829f61f7d3a3d2 0.01 MB 2 0
17,806 17,806 0000000025fdf24e280447f834f0429b6a374db67670f7f932d02543f63b078d 0.00 MB 1 0
17,805 17,805 00000000be85dfa573e15affb3b714641f5b478ec1285d7865174fbb66f8b260 0.00 MB 1 0
17,804 17,804 0000000052a487cc98175b2a8b889ecc2e763246619d474aead1f63a09e235eb 0.00 MB 1 0
17,803 17,803 000000004d03973598dcf129ae7a832f3f34e9c66bfdf945f8cb16866dc36c66 0.00 MB 1 0
17,802 17,802 00000000a976579e19a74e5cbbb44d708d51ec2626001398979204c8837f9fca 0.00 MB 1 0
17,801 17,801 000000003a649dc2c71341550f06f96bc95dbbd82bdf36c527bababb453d18a9 0.00 MB 1 0
17,800 17,800 00000000cf06ffbf5969fefa61ccc1bfc5c0db1846f95972a469f2ac0087717a 0.00 MB 1 0
17,799 17,799 00000000a1678800bfc96b0ff22686e7b2489efb0f3d12449afe0901c2de9040 0.00 MB 1 0
17,798 17,798 00000000388fd54ab641b2265511c7a6fed13bc93eaa82cd10ab2a7744268f24 0.00 MB 1 0
17,797 17,797 0000000022ef4518bd8091da0d6485f08cfc50c26e7f2a95426360254247d2e6 0.00 MB 1 0
17,796 17,796 0000000068621423073517c83634ff1349dd9bf56b15b7135dc8b335a06c360e 0.00 MB 1 0
17,795 17,795 000000003796cda736a2f58443794053c1abb369e011202871fa8f85d326c1b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,721.84 GB sent, 99.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.