Memory Pool Memory Pool Refreshing

14,087 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (579,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,879 327,879 00000000000000000561b99dbd88030c351cacfd18926709e41f098a8792a36f 0.21 MB 308 23
327,878 327,878 000000000000000007b0f9fb88c4462c272205eed1fe3ace27ec2f6cf52ce041 0.11 MB 201 28
327,877 327,877 00000000000000000517df36924c0994f3147203db3961cd31fd8ac63a808c7e 0.37 MB 641 26
327,876 327,876 00000000000000001068fe142fa57c1505bae0dd2fc148d2ce08004911700c7e 0.35 MB 490 25
327,875 327,875 0000000000000000061e549ab51d10c89599c8be690e6e1b2380699458eeab7e 0.10 MB 121 19
327,874 327,874 00000000000000001a80cf302d79ed1322afb14f9e9455e97a6b99ca035a312a 0.23 MB 176 15
327,873 327,873 0000000000000000008f1c9dc87c18d50d6aac82934df4d73233acb6c904942a 0.10 MB 256 38
327,872 327,872 00000000000000001becc903bf44978dede7c0429b08affcc93ad006db679ca6 0.59 MB 288 14
327,871 327,871 00000000000000000f510bc1f1968115563e44efb2f53e5f9f58dae2256e8ef8 0.31 MB 33 11
327,870 327,870 00000000000000001426797abda27ed9b1927753d9a7174274e0b968cecb12c9 0.44 MB 733 27
327,869 327,869 0000000000000000134187c3f70ec4bf715db526bf522df5ebff29c83271f1cb 0.59 MB 1,105 28
327,868 327,868 0000000000000000167426c45358109344e5762447e014e864917fdf334b39e0 0.83 MB 1,678 30
327,867 327,867 000000000000000018464a893c4b29059156f52187432a20e2d950183ac2991f 0.70 MB 913 21
327,866 327,866 00000000000000001a96c242af8d3a4ac8a3808a8423ff8abb09afbeffbeb22e 0.25 MB 837 51
327,865 327,865 00000000000000000a2e733dee3e26502f92b01f70b92eae57da52d0327e05a7 0.18 MB 404 26
327,864 327,864 000000000000000006abdd1a3f3af17e12deae2ce0e698dd699cc466d9a4c546 0.40 MB 571 25
327,863 327,863 00000000000000001d741c19b79aa9d131ab96e16654157fda75600e1db547e7 0.28 MB 485 25
327,862 327,862 000000000000000000c843d052d8653c9efa2e82d9656e984e5a0076c111df16 0.20 MB 257 21
327,861 327,861 000000000000000016f2f1adf2efce6644322a7f85eed15b8fe256d5149a07fe 0.50 MB 890 30
327,860 327,860 00000000000000000b003443c8eda1433abaa7da73a911dc61ba974c38f19111 0.31 MB 662 33
327,859 327,859 00000000000000000bcfdf298e7669aa5a90fd4e5d78044e8413bdb01918cca1 0.50 MB 894 26
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.