Memory Pool Memory Pool Refreshing

1,405 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (578,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,931 328,931 000000000000000019d3151162add78dc21a2333b81b538e5f959a2c28c5b3f8 0.16 MB 118 14
328,930 328,930 00000000000000000d335513cef20200e3f212a18938c2c98f76800c1d5866ed 0.35 MB 688 29
328,929 328,929 00000000000000001a2a0d77d859d72f631ba2cdf16d151567863c10ed5eb6d5 0.02 MB 44 18
328,928 328,928 000000000000000016e2f2d72a1622591c493f26623063296f8d48b8488c4c63 0.26 MB 354 22
328,927 328,927 0000000000000000057dc122438067c03679a1e713ae89fd9e984cdb79d99ccd 0.14 MB 385 33
328,926 328,926 000000000000000012cca0275de8e76f6910cd2494bfeb988482a8445845a1b6 0.39 MB 732 24
328,925 328,925 000000000000000012bc4444ff02134d1d850918a503f84462267578f3c72e67 0.50 MB 1,022 30
328,924 328,924 000000000000000014873369117f26bae53c71956c547b285a16b3478c52ddd6 0.21 MB 348 26
328,923 328,923 00000000000000000d52cfb65a3ff2b98659e4bc4a6ed203c57618ad07c66522 0.11 MB 181 22
328,922 328,922 000000000000000011591706f2f29dea6dfb8363e1688cf8bf177c689d655d85 0.18 MB 258 24
328,921 328,921 0000000000000000072f6729b53c7300424684cdf095a6bdfa30caaeae72bd55 0.31 MB 404 22
328,920 328,920 000000000000000018ac7ae928803f7e3f5673b9bd79b70e973e280a63adff7a 0.09 MB 129 15
328,919 328,919 00000000000000000fbbf73e7e8e4c1b041045d3833f76bfe2311850dcda78bc 0.15 MB 97 16
328,918 328,918 00000000000000000c939b6b85ec8d7ea51a6709744e02f7c89e3a949a5df454 0.49 MB 498 20
328,917 328,917 0000000000000000119195d48c92c679f6df659db563a5f9ae15a03c6ff75bd7 0.74 MB 765 21
328,916 328,916 000000000000000000482b43d7c2543b7ca5df671202a2ea82fa1c1c50fc338a 0.86 MB 1,503 25
328,915 328,915 0000000000000000181142b1cfad0a50874745b7a71de7576e82c321295dd408 0.42 MB 613 24
328,914 328,914 000000000000000007dbd585b44d9e058be2c96fef02db30a9a33fe73226e683 0.32 MB 614 26
328,913 328,913 00000000000000000dc79ec90cbd248071f175c4d6a9502f3d9cb1482a64540c 0.03 MB 64 24
328,912 328,912 00000000000000000600068dca3af54eae3417565738ad7de81f37748b8a6c92 0.11 MB 221 25
328,911 328,911 00000000000000001814905a6f0a2a6bb9a1191359ce0b60f3c6f581e05f8673 0.57 MB 1,028 29
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.