Memory Pool Memory Pool Refreshing

10,647 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (760,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,926 146,926 000000000000005e911a56c58b3bc01593783aec2f0c5c73825f7a4a7686bd39 0.04 MB 102 178
146,925 146,925 000000000000064f91d740df251a9eb24a28be0e514460e7a8a08946708b7a91 0.02 MB 28 103
146,924 146,924 0000000000000415baf332f78431f1286d3ef1a40258caa497c0948a2b214300 0.02 MB 31 185
146,923 146,923 00000000000003485a085d33ae15c39eb119b7fe3e9098879942c55b89ac581a 0.02 MB 36 132
146,922 146,922 00000000000008a4dc5b39c58658e02e4a9566adff3d6c772375a79548c8a90e 0.01 MB 36 299
146,921 146,921 00000000000004ff56ed6cc03f0583b60cc18354b80e344c6137326ce0353240 0.05 MB 127 101
146,920 146,920 000000000000038c577c736e6214089c52128bccc41aa6728593dd7483cc56bd 0.01 MB 19 53
146,919 146,919 00000000000001dd313a4695e0fd342f405e6efa855e66b7128b88b0b94bd872 0.02 MB 42 116
146,918 146,918 00000000000004ce2ff155ffab8a0efa392b11beb8faf4ed22ac29294c635ec4 0.01 MB 47 11
146,917 146,917 000000000000056bd70a279450a29caf930e09240fb878155d953ffe6e8a9c54 0.02 MB 30 167
146,916 146,916 00000000000004355d3dd339cbd497f390edfa2c36d1329d241b886851f72ac7 0.03 MB 61 164
146,915 146,915 000000000000065a460815ab16ad582e3ee9b65027e68914eb4eac49c6dd1d4b 0.02 MB 33 45
146,914 146,914 000000000000088f47f01ba4b0b6435b3d5ad0faefa4d42e8764eae551123cf9 0.02 MB 43 82
146,913 146,913 00000000000005e882425d9c0b6c08255a3346aa070bab10dc9567dc991c3f75 0.01 MB 19 39
146,912 146,912 00000000000008fdbdc1c066960348d4dacb9c5e510205a1f433176ca3088fa7 0.00 MB 3 0
146,911 146,911 000000000000095e4dc1572207756804f8da9f9e141293f1fdf497b3a8bc7023 0.01 MB 21 162
146,910 146,910 00000000000004330c503936b52708d26a4e1416bd120d2a9fbd29fafc7fffe8 0.03 MB 72 115
146,909 146,909 0000000000000753ab7f1ddba681c2fc2b7b705ce20735745afa05304824bff0 0.04 MB 138 1
146,908 146,908 00000000000001ff9385770f0b32bc28597a1385a30e255f0251929d8b17c02d 0.05 MB 97 55
146,907 146,907 00000000000007d45d9726530fd1b37ceb6b0b687482afe6078488c109e94247 0.00 MB 9 432
146,906 146,906 0000000000000496e2e896148d0ff2e694b11c569e10af3b80af75dfd5cb4f60 0.04 MB 47 82
Previous 10 blocks ↓
Total Size: 769.02 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,624.84 GB sent, 93.01 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.