Memory Pool Memory Pool Refreshing

5,549 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,670 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (317,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
589,961 589,961 000000000000000000147c6bfdcd401d06a55198a7fcb49dff6b6d57ef40bf3a 1.26 MB 3,156 78
589,960 589,960 00000000000000000012c648072d4f654eec5009c1a58de8f8609f63c1299502 1.22 MB 3,078 63
589,959 589,959 0000000000000000000996f40bbc85098466e2a4ebd1f7118876444be3a41823 1.29 MB 2,665 75
589,958 589,958 0000000000000000000873e8ebc0bb1e61e560a773ec2319457b71f1b4030be0 1.31 MB 2,850 78
589,957 589,957 00000000000000000018cd83d999efdd9fd2a064e1c1853cb667e1c543ea17ce 1.40 MB 3,014 68
589,956 589,956 000000000000000000077cf5419855f941dfac52aef110b50afbc575b701207a 1.21 MB 2,820 88
589,955 589,955 00000000000000000007822867e915747029fdcc50cc3f10ee602e4130794396 1.21 MB 2,984 61
589,954 589,954 0000000000000000001985958630ae1173e05361152cc852b5e8907eb1f34b48 1.07 MB 3,276 47
589,953 589,953 0000000000000000000c3ffd0f7b4d6303c52ad13ae3d2aefc2df0e90d1065e5 1.12 MB 2,991 59
589,952 589,952 000000000000000000185393ffbce7878554a6941bc6d82eb4c026a347406c2e 1.28 MB 2,344 69
589,951 589,951 0000000000000000000cd1b10fa0e0c06dcddd86a75449a383eb2445734d7f1b 1.27 MB 2,923 84
589,950 589,950 0000000000000000000af4a6777ce2d4fd2288fc0d89bcbf49fc98a0c786e706 1.37 MB 2,589 85
589,949 589,949 0000000000000000000927e4c8afe0f80e27251791ba2815526461f493ff96a1 1.43 MB 3,146 64
589,948 589,948 0000000000000000001490e4ebfc1e4a51a74aa95fafb4e30dcc47e4163c121a 1.27 MB 2,514 74
589,947 589,947 0000000000000000001454d34ff552b26be18199dc80d4ed3bdeec439e4bf5c8 1.15 MB 2,883 95
589,946 589,946 0000000000000000001a9eb9b3d73b6ad01da376c027f09890a4c28e51f368e3 1.16 MB 3,180 55
589,945 589,945 0000000000000000000bcaae46aa00792702d0b0bfc4d35f2ef03723110528c5 1.12 MB 2,086 55
589,944 589,944 000000000000000000004c9a73d6cec1cfbe4e4e0c9d3c3fe0d7d10f30790927 1.21 MB 2,971 69
589,943 589,943 00000000000000000003e06e1726a2f3e9582f37050b54a60caab63174339ee5 1.16 MB 2,762 58
589,942 589,942 0000000000000000000621efeae36324c088d6aa5d178fbbcb43c45c710cd7be 1.15 MB 2,540 65
589,941 589,941 0000000000000000000e05f8bef11375c00e4d22954143d3cdae35032d0b23ce 1.21 MB 2,304 66
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.