Memory Pool Memory Pool Refreshing

6,718 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (499,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,961 407,961 0000000000000000031c4aa9ee82c88194ca771139cafd4001a383b4931bd500 1.00 MB 2,801 56
407,960 407,960 0000000000000000029a36eb2ea0d19fe2be978ada823ae5d79690c390a5fd80 1.00 MB 2,261 39
407,959 407,959 0000000000000000048da371dcf5bb1436a32fa7aa36a30fd52c8628fa2a3ef2 1.00 MB 2,690 56
407,958 407,958 000000000000000005a1bb3391a2aa31b9091f54e35b932d9c6022e9c6a79266 1.00 MB 3,190 57
407,957 407,957 0000000000000000030f5877ac9efcdfe2a5c9ea089acf02f9b035e9105652f8 1.00 MB 1,859 30
407,956 407,956 000000000000000004f3d6cb42bf0fd639dcf33f1ef0d174c1c8bbd6a81c9ac4 0.53 MB 650 21
407,955 407,955 0000000000000000014769d3a1fead3eb6b408254f8465f5e100d36cef4df62d 1.00 MB 2,591 42
407,954 407,954 0000000000000000006829e2b203814d1a1258aefc6eab2cbb8aa2c20b6c4fa5 1.00 MB 2,447 48
407,953 407,953 0000000000000000037cde0706af4eb8418a01929e6ff941088f3f8a79887e1c 0.60 MB 653 34
407,952 407,952 0000000000000000013d7931ec7489927de67f697270d0fe7913a7f2120f74b8 0.99 MB 2,646 49
407,951 407,951 000000000000000000a3036456874675044002d46d57b15caf46294f6527288f 0.02 MB 46 37
407,950 407,950 0000000000000000002968ccefd4d782d94443ff79717e70b3fddafbae5b8b20 0.33 MB 891 48
407,949 407,949 0000000000000000027c592f006f7f21f52c186703e693043bd21b7d21c045c2 0.51 MB 1,081 35
407,948 407,948 000000000000000001f53861ffd12a1a3d09554ee042eb1102c6a2f0785e6482 0.21 MB 329 36
407,947 407,947 0000000000000000000108fd3101079f416b380169e4831a747c954f9c492f50 0.72 MB 1,379 37
407,946 407,946 000000000000000005f3c07aa12f568ca8114052b643af99cd5c62e3fab2d03b 0.83 MB 551 15
407,945 407,945 00000000000000000275fa3a48e54c871131f583d16252207c5d81edef01f1d7 1.00 MB 1,615 28
407,944 407,944 000000000000000003b38610eeaeb8dd8ce0c5ad1415f3d6a8f9ccfc9b6ab324 1.00 MB 1,950 33
407,943 407,943 00000000000000000136157d1d005d07276380d0eaa06485e72b357bc0f81309 0.99 MB 2,575 42
407,942 407,942 00000000000000000251ee1ba8f62a1925eb2fb0e1f7bc2fb7c0f1bbb4586e6f 0.35 MB 707 31
407,941 407,941 00000000000000000610e2716b3b0969ae3fe8d5d366427c194bb2df26d828c1 1.00 MB 1,984 33
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.16 GB sent, 94.18 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.