Memory Pool Memory Pool Refreshing

6,265 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (638,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,934 268,934 000000000000000712d5b81a5bb1fe75cb3120a39328af0ac264c618f63977a4 0.08 MB 155 64
268,933 268,933 00000000000000037dfd8fc86e33ab7809ce0239642eb141d0d799103ddbde47 0.06 MB 130 52
268,932 268,932 0000000000000008663e25b24a6772adb58425f2b345b8568a0a3acba5c489b0 0.08 MB 147 86
268,931 268,931 00000000000000083597411486d03d7aa511f13ec26dcba8601496e1a69c4392 0.09 MB 166 21
268,930 268,930 000000000000000074f3d8bf028228fd00c16cd90cca2c29c0bef608c8ea9eac 0.15 MB 253 58
268,929 268,929 0000000000000001ca16ff7918d8f361ac8f1bf67c60998b9c1f3deb97ee101b 0.12 MB 179 30
268,928 268,928 000000000000000622e4b0277d42e22218144f73850b7ad3f7e6f2bdab7742d6 0.46 MB 900 72
268,927 268,927 00000000000000022f0474525292a4a51d8910f37fc7fee5706306afd1522519 0.25 MB 586 89
268,926 268,926 0000000000000001cdf3da133516a8d202a81aad002a704b801b4d5904c76cc7 0.16 MB 383 77
268,925 268,925 0000000000000001e7c0b0084d9107080acf551de4a11f2ee4777b7bd85f4095 0.18 MB 369 74
268,924 268,924 00000000000000006a90deedc5839d13fc179fcb341e5cdeb45ba9d990c2327b 0.26 MB 543 5,063
268,923 268,923 0000000000000007c56db78e9eb235986ff341932aa6d0d9d60f25701593cf35 0.03 MB 69 77
268,922 268,922 000000000000000004f3e342cee7a4be6d8efaa3e739cd43ad30457938e977b9 0.08 MB 199 58
268,921 268,921 000000000000000771d74907b715fc7798f600ee66f44634e2484092911b068d 0.17 MB 482 89
268,920 268,920 0000000000000003e32bedb8a66a6aa65a6e2b6ffa42e23f1d07e9ea70e199ee 0.15 MB 392 74
268,919 268,919 00000000000000042230c6a4c150a95e1cf87b73d2442b7180acf83b34556ff5 0.31 MB 554 67
268,918 268,918 00000000000000001ffc0e546c0c87697e15b05d058d867b81ec32c0796c457c 0.15 MB 304 63
268,917 268,917 00000000000000026071366b45fbd6ed3884b23474c77564e81f2741c0bca7e8 0.13 MB 296 80
268,916 268,916 00000000000000022ca353a0b4c935629ebaa2a8569d54c97da55e4093e16e76 0.04 MB 96 23
268,915 268,915 000000000000000483b9601c40bda3f39f8b64d38c5cc6b38b753168bbbcdf49 0.17 MB 407 78
268,914 268,914 0000000000000005401d696fd2997bafa408167369e6aa4e71c50faf1266a84b 0.11 MB 264 98
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.