Memory Pool Memory Pool Refreshing

1,258 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (790,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,201 117,201 00000000000085831e0b7ba49f0c3048993d1d85505a055af668676080387f69 0.00 MB 9 948
117,200 117,200 00000000000010ebeea908506dd887bb4065d68d09f342bd1774ac7610bffdc9 0.00 MB 1 0
117,199 117,199 0000000000006ec1d4fb2c0999a5663046e4b3ab2d16f81dc915181370b86f1c 0.00 MB 4 2,096
117,198 117,198 00000000000095c33b4fab76ded2f907953cc5454b9ef954a109f13185de20d2 0.00 MB 2 0
117,197 117,197 0000000000004aae0f4d877f8ed73e1ddde593ffacb896780de41895316e922f 0.00 MB 6 1,261
117,196 117,196 00000000000061f8acd836d34e381a2c6989395de97be12c947dd49db182e4b8 0.00 MB 8 509
117,195 117,195 0000000000001402b479ab6f4f16305666d3f922c139cfa03c125edbb4afcb2d 0.00 MB 11 632
117,194 117,194 0000000000002e2d4545b2e98b154df3d71509317b07987ec446a2f475296d22 0.00 MB 10 1,044
117,193 117,193 0000000000002dc4913d2c2e23a3f4322f757137f6ffeb73978e4674b6e63aba 0.00 MB 7 936
117,192 117,192 0000000000009ffabbb6877b69b3e778c672548732c3dc04949cfad9b738aa49 0.00 MB 12 0
117,191 117,191 00000000000006f2b8c9a67a1ac6afddf926143050ffa101f68c76db70b0c5ea 0.01 MB 17 1,001
117,190 117,190 0000000000001346f20ced7994584a6739280eb9246f20f02fe04a28382d08ab 0.00 MB 11 351
117,189 117,189 000000000000c224283ac0c1dbdc9ac74584a2075cb17b0def0b1a3c3c8df034 0.00 MB 12 323
117,188 117,188 000000000000b5e56bc510b536b5f628a2d17274ffe0ca9e8b2414860d4a092b 0.01 MB 8 539
117,187 117,187 000000000000cb473deb95c150662e14648f3bc9600c34a05f9236e65b133d87 0.01 MB 17 0
117,186 117,186 0000000000006741ab79763156adea5d5205fbc2c8b77d360b963a5f40f020ee 0.00 MB 15 1,689
117,185 117,185 0000000000001aec51ec87a319c121017933d3fb47d3ef05aa6d563b5062de5a 0.01 MB 12 614
117,184 117,184 0000000000002d02b499d4b7d423f0f7d4577d3ab4bc1416bbc9a5d54d7d40af 0.00 MB 12 0
117,183 117,183 00000000000095f8c7d51914028904e2a45c0265f72280fe8325a8a468f69441 0.00 MB 10 597
117,182 117,182 0000000000009b89f9ba818c294b7fd969728c96ef77de07f4e55d41c4e4e787 0.00 MB 9 284
117,181 117,181 000000000000921946e25ce7ec7045e24cc7e76c9d621a8249f8e3494f309e80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.