Memory Pool Memory Pool Refreshing

2,721 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 2,703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (7,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,284 900,284 00000000000000000001751604a6357286b9d83ff39b94dd608b66f10f15c136 0.05 MB 112 3
900,283 900,283 000000000000000000015420c9515d7e6b222e64061b7f71e1c41278a846552c 0.69 MB 811 2
900,282 900,282 0000000000000000000106e93637ca40e7c9df5ee25c613dccca5791568e1223 0.46 MB 862 2
900,281 900,281 000000000000000000022b03748fb2ea3438ee007fa3349200d5ce285b81b692 0.15 MB 174 1
900,280 900,280 000000000000000000021ef661c8c46802d90ec750c8a9fae334223e10a7cead 0.01 MB 36 3
900,279 900,279 0000000000000000000154326d8836ebb6fcf3f280d35c2076fa393f8f01f82a 0.56 MB 917 2
900,278 900,278 000000000000000000012c89409da67c2d00611f4bffa52473c94b9b39c1c861 0.82 MB 915 2
900,277 900,277 000000000000000000006df84453a6defe0b3a4b5f0c0f883e0a2218dec8f61c 0.78 MB 781 2
900,276 900,276 0000000000000000000129d7c7ce5ce833a031aaceecd41dfaff4da5ad590ee3 0.08 MB 136 3
900,275 900,275 00000000000000000002021630da240a9f06c443732a5eff42999f3626a2e96e 0.44 MB 685 2
900,274 900,274 000000000000000000003f8c2744e09fc46b62b6a39b4b55e4129abc228c3bf3 0.50 MB 179 1
900,273 900,273 000000000000000000021d99af3501cd0ed2bb3e155f9a847da3cb58e95998b0 0.84 MB 1,130 3
900,272 900,272 00000000000000000001fc039194e31a317361e14a5209523440a88bb98346d0 0.62 MB 1,639 1
900,271 900,271 00000000000000000000f6dcacf815d192f4b62ec9680692e035b52f947417bc 0.98 MB 2,465 1
900,270 900,270 0000000000000000000024cbf7db7073fb5221ae6b60570828e6b78b116ac398 1.25 MB 1,537 1
900,269 900,269 000000000000000000021ea58ab9401e95e5b79db86d1de8d0a834b046d47c7d 1.32 MB 2,048 3
900,268 900,268 00000000000000000001198a6ad53f6362670167568f8e973af45c8379e8a0f2 0.74 MB 1,105 2
900,267 900,267 000000000000000000016b54bd70aea7fbf2024947d9923fe67c2732650eb036 0.42 MB 607 2
900,266 900,266 00000000000000000000ee4778974b29cadfc4948b519a1904d44f693547d08e 0.05 MB 138 3
900,265 900,265 00000000000000000001a0262872cb45c4b2370f80cd15b5f40ab355502e0f99 0.87 MB 1,259 2
900,264 900,264 00000000000000000000d9007b35680b0c5e6a5f04703526c12f8fdd699eeecb 1.34 MB 2,258 2
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.