Memory Pool Memory Pool Refreshing

10,147 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,163 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (7,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
900,263 900,263 000000000000000000008b1251c08d25e2b508cd4a1b89ffabd03296d9dd1cfc 0.14 MB 349 3
900,262 900,262 00000000000000000001613acabcd698abc82d706b7cae79b82377500ba4a101 0.54 MB 637 1
900,261 900,261 00000000000000000001d343c313b4b87765336243934106c786b80360a923f8 0.29 MB 449 2
900,260 900,260 000000000000000000010fc2b0d392667f7fa933ce592ce8e0a097ada52c8c68 0.17 MB 393 3
900,259 900,259 000000000000000000016d473e900367068343e9982e650068a57f0c702b02c0 0.56 MB 708 2
900,258 900,258 000000000000000000021d0a687299b2dd224292ef909e01d7c6709b205e7477 0.76 MB 1,187 2
900,257 900,257 0000000000000000000014a487db1ae505b777acded8a5d18df1498644e918fa 0.80 MB 979 1
900,256 900,256 00000000000000000000d9ef3cd9895ab6674515b4630d1f6bf7cbdd706359d1 1.39 MB 2,334 2
900,255 900,255 0000000000000000000102c501ccf112546737784bb4dd0f6f66894e9b94fd37 0.10 MB 240 4
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.