Memory Pool Memory Pool Refreshing

3,556 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (57,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,955 849,955 0000000000000000000095425760460cdf0a12beb09872102bc405c102c48193 1.52 MB 3,357 14
849,954 849,954 00000000000000000002fef86b55cd43dd905da6cf9ddc2f8de45ae977ee7661 1.64 MB 6,418 9
849,953 849,953 00000000000000000002496b97ecbd5add59983254abd3ff54708f968a37af3e 1.58 MB 6,387 9
849,952 849,952 00000000000000000000a1c154e4aff5f2846a3a12ca7aea6089257ecf3bf064 1.62 MB 6,487 9
849,951 849,951 00000000000000000001796d18bc445ea87882bfdb288d0a51c400be67d2c992 1.64 MB 6,126 9
849,950 849,950 000000000000000000012e304f9f0cf5a77a8585666a96fcbd01815591100509 1.67 MB 5,554 10
849,949 849,949 00000000000000000001b8d104c4b34daceea82df76a6f74690a7563e3df25fb 1.67 MB 3,931 13
849,948 849,948 000000000000000000029dc17b731c47229316ab278398bb8d980e1b08d5840d 1.66 MB 3,590 11
849,947 849,947 00000000000000000002f5739658b14b0526d995ad155e03bedc4f089e942b2f 1.83 MB 2,566 11
849,946 849,946 00000000000000000003205f726b97f11465de526fcf89d7a38f4bf7e1308af4 1.45 MB 3,496 15
849,945 849,945 000000000000000000025f57b1cb9ceccfe8577f6359c6af916bcad84bf4619a 1.60 MB 5,261 11
849,944 849,944 00000000000000000002b89f327e8336564b6b641fb2176d5aeed5208d247ff0 1.65 MB 7,859 7
849,943 849,943 00000000000000000000e2b92e18f028557440a29cdb6aa20c71d270145bef1a 1.55 MB 6,719 9
849,942 849,942 00000000000000000000f2d01495efe2be376e6d8d9243a036594e7392155a35 1.60 MB 5,307 9
849,941 849,941 000000000000000000016913cafc8a24b401b938f54a73df808a5941d6a86642 1.55 MB 5,996 9
849,940 849,940 00000000000000000002740639718a30f13753a69cd4a01f7cd9bbc65df97b44 1.69 MB 5,732 8
849,939 849,939 000000000000000000009614374f94a59b8e1190feb48fd9f570f04a78e13e8b 1.69 MB 4,153 9
849,938 849,938 00000000000000000002516f3513af26c38e431398db36ba6e0123a5041f3644 1.74 MB 4,378 9
849,937 849,937 0000000000000000000352c2d6ea4f02ec152ee1c37cd02b250091575a7c2b3c 1.60 MB 6,331 9
849,936 849,936 000000000000000000011b0a9eaf4e79c2119d2a6301a4d77ddc654ae52f4c58 1.59 MB 5,385 8
849,935 849,935 000000000000000000018ddcb546efd4274bb5657730872acc8928dba0e684d7 1.63 MB 6,335 14
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.