Memory Pool Memory Pool Refreshing

5,200 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,415 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (493,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,933 413,933 000000000000000001543a46d396a35e3ef6916105c3a35a2638def69f3b55c3 0.89 MB 1,594 40
413,932 413,932 0000000000000000040c8e534c1057b8adbd1bc82d288e83b88a0e3e69ddc105 0.37 MB 715 47
413,931 413,931 0000000000000000051da9fe1d49eff9d31833664ab923d0075d5be5aabe7733 0.71 MB 1,549 47
413,930 413,930 000000000000000001090a5e3fbfb8d2cdcc9280fd42fe74816f6ddbf85db01a 0.23 MB 488 45
413,929 413,929 00000000000000000403debb417765cbba996e1e03d65895a97bb2eef0473ce4 0.58 MB 1,234 47
413,928 413,928 000000000000000003ed6972cf8f1da05c81173697738875e5118d9cf9749eb9 0.20 MB 468 43
413,927 413,927 000000000000000004e2bf1426f39559f0730ff93687ceaedb446c8d60f9c8e9 0.20 MB 204 42
413,926 413,926 000000000000000002725a1051c8e66aa9f76e10eb538ebb70980dc26025adc3 0.71 MB 868 35
413,925 413,925 000000000000000000836773e69060f7e3e669b5aa5c02db03e8b703f23ff5b0 1.00 MB 1,507 47
413,924 413,924 000000000000000003d76aeb9a64e05a28bc14e814df6a621b909a371bf3248c 0.76 MB 1,661 51
413,923 413,923 0000000000000000009c199425cf2697f3a462e44cc4c2f2c9edfc7cb6cb94a5 0.50 MB 866 42
413,922 413,922 0000000000000000038a0af553bcd610bf4f05288902cb582f6d6b4dc742efe2 0.08 MB 70 37
413,921 413,921 000000000000000002ce7b0cf77105c14eded4282b082c03b72a22115f7f0494 0.93 MB 1,673 44
413,920 413,920 000000000000000001147407b6d2d4b01dc015891e5dbdf8230edf369b3d5dc8 0.48 MB 847 46
413,919 413,919 00000000000000000504e93b440a95d511e7fdf78c7ddb422300ab69aca4fe13 0.18 MB 180 19
413,918 413,918 0000000000000000026984df9d010d01b008b218f682ccf5c8d817871b71ab37 1.00 MB 1,902 90
413,917 413,917 0000000000000000054698769042914719e6f70e80ab6d4b80b085a557cb20d2 0.04 MB 78 47
413,916 413,916 0000000000000000036ca07c9a85fd5c5b3d2df64d5c37dcabbb73077378656f 0.51 MB 937 38
413,915 413,915 00000000000000000192bf52e1a3b07e18b1e37b61e5de9c8cd2694d106ed6ef 1.00 MB 384 129
413,914 413,914 000000000000000000960023866e1c777f650e97fca0589b7eaa91e072989ab2 0.59 MB 1,016 36
413,913 413,913 000000000000000003419da8d27bf827f9c04f2f1194a7ea1b532384f26301e1 0.18 MB 329 44
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.