Memory Pool Memory Pool Refreshing

3,737 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (14,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,990 892,990 00000000000000000000c4df9720d68e81aa6afe6242a791a4453662608a92fe 1.79 MB 2,253 2
892,989 892,989 000000000000000000002975dc8e3577ca5fc58446735d29a20e39d1d3a2d0b3 1.78 MB 3,073 1
892,988 892,988 00000000000000000001682b0e2f472aaffd4559691953ae3eb07975e00f7802 1.58 MB 2,929 2
892,987 892,987 000000000000000000015b2cb9803848717a39632402a24d76b57e8b6b1147c8 1.58 MB 4,144 3
892,986 892,986 000000000000000000014be45a4abc255cc3d0e04fda83a532f2ac6921b87448 1.60 MB 4,074 3
892,985 892,985 000000000000000000004b93d62f38c01573d962b480ee082088c1a138d6c442 1.84 MB 2,065 1
892,984 892,984 00000000000000000001c460d9f8ccf9febfb20bf71acdaf09a52103e2ca885c 1.72 MB 4,170 1
892,983 892,983 0000000000000000000171d13f4e3242350fd6ea6c6c863fd76b69af3a02aefa 1.60 MB 3,966 5
892,982 892,982 0000000000000000000231f303c243da0fc167d2ca9d5b04c6eb616b3ac2166c 1.66 MB 3,972 2
892,981 892,981 000000000000000000006959ae090a527c150b85186175258db7ee9debd49b35 1.63 MB 3,822 4
892,980 892,980 00000000000000000000d552f5a8a1ed0b790f3575303cf5d170b6177c63cdf2 1.62 MB 4,164 4
892,979 892,979 00000000000000000001848643bb2d3e64c0eb3d2ae5e3143769b4abebbb18b4 1.74 MB 3,925 2
892,978 892,978 0000000000000000000075a8a596e7eede092cf4ae419a2cd21242dfba140471 1.70 MB 3,137 4
892,977 892,977 00000000000000000000321aded33cd9ec3c37a88c61b5ff4ef27991ca458eba 1.73 MB 4,033 2
892,976 892,976 0000000000000000000088ffaa31bc124301464931edb715aa8f21f3b289ffa9 1.54 MB 1,704 4
892,975 892,975 00000000000000000001ae932f0eb9ed0337ea1a74707cc183511aff9bfbb3c6 1.71 MB 2,249 3
892,974 892,974 000000000000000000009f097e3312b9014b4fce19eea32e56d5911c24d2ab01 1.72 MB 3,957 2
892,973 892,973 00000000000000000000e560413698d8635dffcc9f083ff887c62736d17dabad 1.86 MB 4,125 1
892,972 892,972 0000000000000000000039834a659917f17d2eb36aec2e63794fca219deffdec 1.65 MB 4,153 1
892,971 892,971 00000000000000000000625df5369be77857132dfe0453c68913b52f63054771 1.73 MB 4,614 3
892,970 892,970 00000000000000000000620638567f8dae13e793c7ee8ede414defa6d9a16c29 1.61 MB 3,845 4
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.