Memory Pool Memory Pool Refreshing

3,823 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (755,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,853 152,853 0000000000000b51130730545b2ba86cd98f8b481bddaafaf6076d9733314f82 0.02 MB 33 45
152,852 152,852 00000000000007fe650a4fad801fba5ba2d9a9f2f82d04dec67b50f4d372e14d 0.04 MB 137 23
152,851 152,851 000000000000061609efea18811e743192c7279afa215d673f9474433db44848 0.01 MB 19 56
152,850 152,850 000000000000048d742d5666fc81ec8d92f6b92fc161377e236355d3dae9a55a 0.03 MB 73 85
152,849 152,849 00000000000009484d684ab34ade3e0c4b0858ec1eac9365672a27e4adb1ac5a 0.00 MB 17 0
152,848 152,848 0000000000000cbf19bbd986a0d90638bfaa267f730b95d11e00181b99059089 0.03 MB 56 298
152,847 152,847 0000000000000274e1682c4939335b8cd9dcdc079668b9598bce4298f5a5ab4a 0.00 MB 6 0
152,846 152,846 0000000000000c766a16e7702717cfc9bfc44660e74e029b0195257a5a8211b5 0.02 MB 34 605
152,845 152,845 0000000000000226faab54f9beee835e3b738bba4a4606795337c4587915ee8a 0.00 MB 3 193
152,844 152,844 0000000000000370c8c6d35b38b6454b7722a67627d34c246989e55be834266b 0.03 MB 51 64
152,843 152,843 0000000000000b2042aa2fe0d3c5efe9c263a72b32fb677fbe9dfe75e7b6f1a2 0.01 MB 12 18
152,842 152,842 00000000000000492e5670c053aab023fb3aa5004a3b40698110df1d5f65987b 0.02 MB 36 59
152,841 152,841 00000000000006371851ade8ed37337dfb2d0110cebe2c1c2fb003d5dd0e26a1 0.04 MB 98 80
152,840 152,840 0000000000000bd05a6b445d995e0a0132f8a046e81d67fe7ee14c7cdcf66e8e 0.00 MB 1 0
152,839 152,839 000000000000046ec72d91ca2f7766fa05823797f3fc41ce5f08e68a9ae290ac 0.05 MB 139 114
152,838 152,838 0000000000000d4a216882a319b3eb348d927b63b6a93bb84e614afe435a9efa 0.01 MB 25 58
152,837 152,837 0000000000000522a73c1e00d41f54a2552a22acae9d29c1b190af31ed55d59d 0.00 MB 10 423
152,836 152,836 0000000000000266eb3d1077b71acf3930b1ac7689361f388eac5d891d5e9a19 0.02 MB 26 53
152,835 152,835 0000000000000ba3bb80a103f662e7c56e984642dc3e4baf7972fe06e33267a4 0.01 MB 15 19
152,834 152,834 0000000000000449f3c699917ab3653f94922de33ece6b2eb35f91617f5cc7df 0.00 MB 10 418
152,833 152,833 00000000000005f7bbed37124687ea348f91a518afb8473704607b34ba35a564 0.00 MB 2 114
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.