Memory Pool Memory Pool Refreshing

1,154 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,148 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (647,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,892 260,892 000000000000000f990b0908f9455b8d8d31560aacc8c45c0bc2cfbe3efc7dae 0.03 MB 96 92
260,891 260,891 00000000000000092b263278cc012c7c3a8af749459f2dc489ec8ed400a02a40 0.10 MB 233 84
260,890 260,890 000000000000001a172dd8e6d430c4e05e238393a8001246285303a37ae47a5d 0.13 MB 279 63
260,889 260,889 00000000000000006e0b6157cfba19ce102f5efcb640bf21ef3b2e5a38df3f02 0.11 MB 128 68
260,888 260,888 0000000000000018e29a68a32829fba8f840cdde715d3eaebefede65cb746a02 0.10 MB 256 134
260,887 260,887 00000000000000011aaf1390ef29022bc2c3ba184a03f2b49e4dcd517b8d749a 0.19 MB 322 67
260,886 260,886 0000000000000009f18f4a27385d9975b6c5a55dfab846b9dd64768357bab8cb 0.09 MB 256 185
260,885 260,885 0000000000000019564b0fc191e552eae019bbb99df869573b18ee7ff9484a82 0.07 MB 193 208
260,884 260,884 0000000000000005e12fcbf9f7e093b05b1378847895fb2b6725e6171913bfe7 0.23 MB 131 35
260,883 260,883 000000000000001167692c704f3c1fe4dd4dc0b7c010cb757e2e0efda7ee9670 0.13 MB 301 120
260,882 260,882 00000000000000033625a3b8780bbf4c3bc89c422ef4916453446706ca16ae9f 0.02 MB 55 122
260,881 260,881 000000000000001466d5ebd70f5d1d5687b247e35dc91e500431ab8233d37095 0.15 MB 311 108
260,880 260,880 0000000000000015069667f1112ceee2a2dcdb29a25cc26cc2562a7f2dcb011f 0.02 MB 63 155
260,879 260,879 000000000000000bc618b029af980d4425d5af1ab5bfdadfb1840c9fa935f547 0.05 MB 105 99
260,878 260,878 0000000000000019ecb64a296adec021c14ce0614add3edd98845f7472a48f78 0.03 MB 71 107
260,877 260,877 00000000000000172fbcad192659b5c4c50d39bbf28a0c70ec13542b64f2194e 0.09 MB 245 129
260,876 260,876 000000000000000af6d565eee7ff8cd4542b9f4ad004f77ec3a58340fcb9752e 0.14 MB 350 122
260,875 260,875 00000000000000091de60c68e64176484a9031dc79b50185532ed83a5fde6bd7 0.06 MB 159 115
260,874 260,874 000000000000000bf48ae301ada8da00ce1246ca86445b792be7b10a98ce4479 0.07 MB 175 91
260,873 260,873 0000000000000009a592d1880dcff8ca4f2d621b5a6019a2c84246b57637c25c 0.11 MB 202 71
260,872 260,872 000000000000001074e551eedf768fc320cbeedc5fc099720608328b696d8a1a 0.21 MB 474 125
Previous 10 blocks ↓
Total Size: 769.38 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,644.13 GB sent, 94.85 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.