Memory Pool Memory Pool Refreshing

8,277 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,730 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (382,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,923 524,923 00000000000000000005525f50a711c3438bf9aec36986711d941bc1624a42ad 1.17 MB 2,341 50
524,922 524,922 000000000000000000219395e628aee63c152614b14895d5d8ff4c4f10793ebe 1.12 MB 1,772 62
524,921 524,921 00000000000000000038ec6d3f2de12959b6f811ea56527815d13d4c4313abb4 0.46 MB 810 32
524,920 524,920 00000000000000000006fd6b05a3acfc394ef08b1e250b1a44e5b887efe88902 0.71 MB 1,564 31
524,919 524,919 0000000000000000003a7b3734d09a1095d7b75a991594913047baf60a120a05 0.50 MB 1,074 21
524,918 524,918 0000000000000000001e3ee973b319041597a9348d9f8f652f14f29a7d05deb2 0.73 MB 1,025 26
524,917 524,917 00000000000000000000e0e21ede7a74bbce13ff533b971f72986d8a03a5d627 0.30 MB 537 27
524,916 524,916 00000000000000000037063dc5e61ee6c326cfe6ddd6c7552afc109e94e6cdc4 0.70 MB 1,306 26
524,915 524,915 00000000000000000004e0e1f690ee0549c51efe0cfc70521b65bdd7491db464 0.08 MB 68 10
524,914 524,914 000000000000000000267cdef414153c6cc51365f37dd3566336a04001aa3832 0.12 MB 194 2
524,913 524,913 000000000000000000379d43676b0a33eaee645e0697207fd561411f09ad9fde 0.45 MB 1,042 5
524,912 524,912 000000000000000000239cd0db7d8dfe56ee07b2bb0b4fb2839aee223ad7f591 1.25 MB 3,001 37
524,911 524,911 00000000000000000011dc09098dd3fb9446e5b2040fbca940e0d5be73746c3e 0.27 MB 448 27
524,910 524,910 0000000000000000002fa3e601a841b5dfe2a9c39d865289dfaabf5c4b897ea0 0.25 MB 483 26
524,909 524,909 00000000000000000027316a1a7fe1959709e0449a5e4164b5bb057637b177ad 0.42 MB 815 22
524,908 524,908 0000000000000000001f67592caaafdac566f0dbf375512caa4ef8bb1cacd33c 0.06 MB 124 35
524,907 524,907 00000000000000000006698f01f33755665c33065554f77a61ef2604c6ca31c0 0.30 MB 539 31
524,906 524,906 000000000000000000402991d0715f03ffc30de4522d8c631620f945ca8282df 0.22 MB 492 25
524,905 524,905 0000000000000000003ccb4d804ac9cd717e283a446860922d60c49f9dfb28fd 1.09 MB 2,593 31
524,904 524,904 0000000000000000002d0a27574c6ce04594f808c4a65c1fbe1900bba1c07d6c 0.45 MB 969 28
524,903 524,903 0000000000000000001834be5e53e4ad31a2c5b0e986dc18809ec47e911f4b38 0.30 MB 205 28
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.