Memory Pool Memory Pool Refreshing

5,465 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (482,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,927 424,927 0000000000000000043755ec9e5fd5a6344c48a3c96a249329c1c7d9b012d915 0.77 MB 1,650 58
424,926 424,926 0000000000000000009a88e7edf52f14f99b20e0bd0a2f3333cf2c1941ad9b0e 0.73 MB 1,736 58
424,925 424,925 0000000000000000032604810d68046f73e938d04d3dc137df272aec464eeb86 0.24 MB 517 51
424,924 424,924 000000000000000002fb96e83c746990602d97ba94d3406446fb4bf4f9b74ee9 0.99 MB 334 8
424,923 424,923 000000000000000003e7b62002867fb220a7855197dfb33235db471fd6acadc5 0.62 MB 1,013 57
424,922 424,922 0000000000000000039bc439e562b00368acac0d7fbefb73ba2bbff0766d9e09 0.23 MB 148 14
424,921 424,921 00000000000000000217df7621ca401c7e04d4342820b89f6c5e2a5747b1bd07 0.99 MB 1,336 35
424,920 424,920 00000000000000000012839ecb723fcbcf1b6ec612af97926f4e3fa23206a046 1.00 MB 2,432 58
424,919 424,919 000000000000000001227cca19d9b3d1fed1bc2732e45744cf8f7224f16f9134 0.99 MB 2,597 87
424,918 424,918 0000000000000000056155d63e736ed0d629358e29692426c8b58b22dd1505d1 0.23 MB 559 65
424,917 424,917 0000000000000000047d9de06e6bc12f0d8c19e860c3897b4cc2d9810ad0f22e 0.99 MB 1,017 23
424,916 424,916 000000000000000004c36112186f4fd21587635e70ff31c404038972aee1bf73 0.99 MB 496 13
424,915 424,915 0000000000000000045ba27be7f1e64538b1e41ee953b53b720a55908210dfa2 0.76 MB 1,877 67
424,914 424,914 00000000000000000453a222ba7fb443ded3c6f2f76d7e81fff3792f559c70bf 0.68 MB 1,542 58
424,913 424,913 000000000000000001ba7bdc8bc68a3c25a41d6a90d41f6f78ca7e5a33d5a346 1.00 MB 2,937 78
424,912 424,912 000000000000000003246a7e9e594556c552d4adf8cb0612673105fdb99bef9c 0.36 MB 852 65
424,911 424,911 000000000000000005006bd8979b5e3aa7e4687922f0918c87d1675433978e27 1.00 MB 751 17
424,910 424,910 00000000000000000224c8f9cb970e273e2b2811dd0e20cdc6b10865044c26bb 0.08 MB 196 60
424,909 424,909 000000000000000002ed9433a8fa60aef65e7d7db03614d76d99aa08b2b9f56c 0.96 MB 937 32
424,908 424,908 0000000000000000054fa96d73dd63a9cbe4c1e818e5bf4b169a8a6bdccb4b5b 1.00 MB 2,339 57
424,907 424,907 000000000000000004135bf0a68560ff7bba10db03bbbff651cc44c9191a4170 0.12 MB 155 37
Previous 10 blocks ↓
Total Size: 769.04 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,626.05 GB sent, 93.05 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.