Memory Pool Memory Pool Refreshing

392 transactions
18.25 vMB
Show Random Selection Loading Transactions
Max Size: 73/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,307 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,306 (907,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
913 913 00000000eec9714483685a04a58d487d758eadf0b0b15d9db38dd632ccb106f8 0.00 MB 1 0
912 912 000000003e9034ddb56d81bcdcd618118875ddf6d5786f85cb0ed988fdf7c7d4 0.00 MB 1 0
911 911 0000000047560030cea942ff993f9c5464dd6499e7118d189c56ca57a465bcb7 0.00 MB 1 0
910 910 000000000c26bbb4b7fa0da20e0ba50584547dd324a1b9230533b8a475903873 0.00 MB 1 0
909 909 000000001296a12c71fb7ab664179a0d47d0d6a96eaf1b5590d6d0ebbd472744 0.00 MB 1 0
908 908 00000000bdcf8ca4e6b5259d02ace5d03b450214927ca0bc2217220323fc2256 0.00 MB 1 0
907 907 00000000c90449e0eae4ab3e64248d2bb105c8bc720e3c7317ecfa4f1c482163 0.00 MB 1 0
906 906 0000000096732a5e1eb8fd8da3bc5024cfb882a9ed4c04b3a0077eae470169cb 0.00 MB 1 0
905 905 00000000a8ed265d3d7d4a829dac44c97b30f1a519bcd7ca038a7c680755a30c 0.00 MB 1 0
904 904 00000000e971a5014d9f7a70e26b223dbb68a51c4a6340824ef8deca00a30430 0.00 MB 1 0
903 903 00000000b55ffd9fb6287b37c50bb6c82a8bb81d2b67c8294ddc8cdf46e79fce 0.00 MB 1 0
902 902 000000007e53b7c2305ef1d7cac84e37402675d664884ff9e94c44effd2097c3 0.00 MB 1 0
901 901 000000005d43dd65f5b334be51b6ca0910477a0344c5290a36f147c0d5c0730e 0.00 MB 1 0
900 900 00000000e684309e67fabdf765bea193cdf8532111079b7f53a0839746d19240 0.00 MB 1 0
899 899 00000000679a9b4bd9ee14552dd3bcc8330c75aa76191dd2c112db1ceee4926d 0.00 MB 1 0
898 898 00000000d7c1cc9c3b971360e854059298ae70a0d1a410a9aad67d49663088e1 0.00 MB 1 0
897 897 00000000306d8ff2a054d739a88fea4d9fd453508571331ca944099ea77c3b0c 0.00 MB 1 0
896 896 00000000dabe35441efb615ad072e22ece58326cf0a43b990fc00aab808e8589 0.00 MB 1 0
895 895 000000009ee07a92b2efac3583968f836a5adca93c525e085f2512644e0cae26 0.00 MB 1 0
894 894 0000000057c7d5c0a5aea3f950bd831a938d8e57a98b07557a964fb62d7d06ff 0.00 MB 1 0
893 893 0000000001713f321b78d3333243e7f4f66ebf7113e534e771791b5aa876774e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.10 GB sent, 98.52 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.