Memory Pool Memory Pool Refreshing

4,436 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (190,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,977 716,977 0000000000000000000844dbf0b23636d3098a6e01428e4ec5fddfffaa833b7b 0.21 MB 359 9
716,976 716,976 0000000000000000000773ffc06bce09e9738b6a3562148cbc68186cf48ac458 0.84 MB 1,181 8
716,975 716,975 0000000000000000000ae4a6b6cb37208f416394fc95ca32fb55d2afcb45713c 1.24 MB 2,310 10
716,974 716,974 00000000000000000008084105867833376dddc0c0835458c17e69a033d7d1e7 1.49 MB 2,242 7
716,973 716,973 00000000000000000002d953938eabdb4f8c4ce82e12bb4c1a44d6f7591d0db9 1.48 MB 1,962 3
716,972 716,972 0000000000000000000334bf3fcf49413d6f3ac81d01dd71c64a63a1341a8536 1.46 MB 2,274 13
716,971 716,971 0000000000000000000294def7ba8e971d5de10415911e92e0ee8601767016ad 1.45 MB 2,105 22
716,970 716,970 00000000000000000009d55c1178f97eb70da67a4b2af9791ea76ca9a4cf1cb9 1.32 MB 2,041 10
716,969 716,969 00000000000000000007b3e9741f272da936df8012f1f40230113d8720f02b19 0.08 MB 180 11
716,968 716,968 000000000000000000011d092c6f62d692487cbb413d139b7b42d37abb242161 0.22 MB 346 10
716,967 716,967 0000000000000000000ab1da80d38c8a686431f7da00b73ca6240675c7653ba5 0.11 MB 83 8
716,966 716,966 00000000000000000005e47c4c45cf2743dfd598aaa0635e7dd91d2f46e0cbce 0.18 MB 325 8
716,965 716,965 00000000000000000005510f113f5497462d442853915906bdcd03e8104feb5c 0.31 MB 535 10
716,964 716,964 00000000000000000002a3d8e4683ce5f5d6850d3d14ad690a69d49b9cee6038 0.69 MB 895 10
716,963 716,963 00000000000000000005509c3f96e16e2f141ddd1c3a3250afcfd9062c4f0a11 1.09 MB 1,050 2
716,962 716,962 0000000000000000000745ab5db08547f63b3e556ce7d656faed8e2e45f0271d 1.33 MB 1,750 12
716,961 716,961 00000000000000000000170ba1d7dd436fc5799eef1d5fbe5e05b268da287ad8 0.10 MB 48 3
716,960 716,960 0000000000000000000041589d4a1ee74e6e39a39266bf8aabafdcee4cdd8456 0.22 MB 130 3
716,959 716,959 00000000000000000009b5716e8bbe654003e69d79ce0f0066bef2f335f1b874 0.49 MB 422 5
716,958 716,958 0000000000000000000a1dd8690953e0585d4ca7d7fa1ef48d59d1ed4e186fa1 0.94 MB 1,446 9
716,957 716,957 00000000000000000004405c7c57515a5212047b1fa6457f64fb94df15bb3864 0.37 MB 537 9
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.