Memory Pool Memory Pool Refreshing

8,335 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (907,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
933 933 00000000f99261c7dd7c7492cd2917f0a43f010b630b54e16b65cd631d6bed1e 0.00 MB 1 0
932 932 0000000021de9e08a94972464e8b4203c69c88e98b0279ad11ce81afd4c54c1f 0.00 MB 1 0
931 931 00000000da6e80599108dbb4d23ede0fc8fb45adc3d974ada0742786ad5008a9 0.00 MB 1 0
930 930 0000000042e0f3fb820bbb0eb033d0e3ea6ac8a22244100442b47b421c15eafb 0.00 MB 1 0
929 929 00000000901b87d55132395401d2c3786df02654890c9506101c39a918c2730c 0.00 MB 1 0
928 928 00000000058404b3cd08c57cb15574861bf686353ef7e100abe6ca9994133eed 0.00 MB 1 0
927 927 000000000e959d454587fb93067942e3a18275ca884a6f761475415e9e0048d6 0.00 MB 1 0
926 926 000000007da822264487e89357fb3be68ceac179430d9cbda4c24358b681c175 0.00 MB 1 0
925 925 000000006eb930c17bd898fa602fe8e76a3084456baffad70199c3997d32ca2e 0.00 MB 1 0
924 924 000000009b1a5822fee94f2f3dbf32b404169d88d9afb5e9b6735070a3a00d86 0.00 MB 1 0
923 923 000000002e8da323ef670b4a8414303080298e3139a8506cc02e3137a5523166 0.00 MB 1 0
922 922 00000000962e841023ce2177e1975f029b13a1fb3fc0a1c537e9f2a19ead5d34 0.00 MB 1 0
921 921 0000000086bab1e650c7fe174d5ae7943b39176fc956041d16b240bd8b4d7d2f 0.00 MB 1 0
920 920 000000008f9c053d69c4a892b23b510571982d381b8d6a43e2c71a3451d23c41 0.00 MB 1 0
919 919 00000000442ee800dbf46277ed4665e6565f3db02c26ef4a8b08ab177c32dff4 0.00 MB 1 0
918 918 000000007912070eb7a6078158e549c6815f588dc2ad174a5f099edea2ef30b0 0.00 MB 1 0
917 917 0000000079fe2d3adf72263777b6b47778870f959fc9b3a4ba10be2ce320c734 0.00 MB 1 0
916 916 00000000740acadf4cce36a0d8d7616f64a7b1fdad10aa93fd33e36bde2a67fc 0.00 MB 1 0
915 915 00000000170dacd25631952163cce7b2fbffcb7e0b63aacea2a1b16d52dac3a8 0.00 MB 1 0
914 914 00000000f7b6ea92bd64f943a327f6b19ed7799c42a7e284ba6ec1888289a87e 0.00 MB 1 0
913 913 00000000eec9714483685a04a58d487d758eadf0b0b15d9db38dd632ccb106f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.