Memory Pool Memory Pool Refreshing

7,763 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (612,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,934 294,934 000000000000000055b38c9901176dc151bc69164d8024f25b8066395950311e 0.26 MB 284 30
294,933 294,933 0000000000000000ae5163e6bdf225301dfbc52a4239a6fa1bb2bc2274a90548 0.15 MB 264 30
294,932 294,932 0000000000000000350fac7c93ffca3eedd362ba6153be4fc4aeeac32fd0f5fb 0.31 MB 335 18
294,931 294,931 00000000000000007831b0a499526664e2a10074e84ae232c27b76d3d0cd469a 0.25 MB 779 55
294,930 294,930 0000000000000000b049b750926ea6074e246af08d246db721d59ef5a5e550ff 0.27 MB 502 36
294,929 294,929 0000000000000000124e8a3d44241c58c5646cc6d2c08fd106ae713603640045 0.07 MB 125 29
294,928 294,928 00000000000000007b5c78f1c36a89ef5a582c979918cc388c6c72321df2926f 0.03 MB 57 32
294,927 294,927 00000000000000003dded133bd739a597b83c9ec8ff6038ed040ec011efacfed 0.17 MB 289 32
294,926 294,926 0000000000000000afe0d1ca3e767c4fa56bf2ab2654078b5ecaa28374a8ace2 0.22 MB 395 32
294,925 294,925 00000000000000006c66c4adf740cecb25fd2b7c6362df170018b7b0a56e32bc 0.02 MB 41 35
294,924 294,924 0000000000000000613569fbf2e75bdf0459846be9625c8642f5abb1ca15b66c 0.32 MB 268 17
294,923 294,923 00000000000000004773f0ec2d7defbe8bd3a4943a0c1ba3041a1bc7d45e06dd 0.50 MB 1,051 40
294,922 294,922 0000000000000000229df0772e15c4fe87022c5672e1c3f6c358518d49e3e693 0.14 MB 256 29
294,921 294,921 00000000000000007fe93b67d1f3caf9d76f7973b16049400a1145ff2ad6f38a 0.03 MB 64 36
294,920 294,920 000000000000000082f8978216e8a81801b1b1bed909b1c42eff43af4fee40ea 0.35 MB 339 16
294,919 294,919 000000000000000020ec977990f168846ac438ce55368deb4272ec5421d2405b 0.35 MB 1,042 45
294,918 294,918 00000000000000000e725a86acdf2834f01166824c0a99a3184485bc8c0fa99c 0.11 MB 256 67
294,917 294,917 0000000000000000b0a333aa0e55c10188682cb436d8cf977e1f309d9102c45d 0.34 MB 527 31
294,916 294,916 00000000000000002801006d2c296abdcec507a6863b399b656f9035ec84ddde 0.01 MB 20 20
294,915 294,915 00000000000000006a1e8cea53b437e478d2856bd12bace80d9838e7e90ba169 0.03 MB 56 77
294,914 294,914 00000000000000008e92fcf9e40eccbfc5d57cd3c7f39c0ede540b568bab64f5 0.11 MB 205 27
Previous 10 blocks ↓
Total Size: 769.03 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.88 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.