Memory Pool Memory Pool Refreshing

7,630 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (708,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,108 199,108 000000000000047a23d0b6c9c0f6f2e3a1fe237c702fd9f06b9611a99ceabfff 0.00 MB 8 197
199,107 199,107 00000000000005271ec73ccd31225bb167eacf9353b1c7e822c9992a24cadba1 0.10 MB 189 123
199,106 199,106 0000000000000537d46d0f69ed6e78a91e096275cedd6908af20948890b295f0 0.05 MB 67 79
199,105 199,105 00000000000002d03dec14f8f0a2b9eb85154fb9a7c89d60961185fb0197e6a4 0.05 MB 102 65
199,104 199,104 000000000000017c59d2bfe19d5965a9eb9a346a5e20fb697da560affda13474 0.01 MB 24 74
199,103 199,103 000000000000020292048b9dc96cd87a5f582bcdb50cee54a702f3e7de4b0aef 0.15 MB 234 112
199,102 199,102 00000000000000d9ef286cd79c932d679dbed27dc69c5edf5989c8cd7aa51a0e 0.11 MB 400 182
199,101 199,101 000000000000005fe12f1a64c608a77b0e1a1649f3142b00a4625d53ddebc8d0 0.43 MB 1,004 126
199,100 199,100 00000000000003bb7f96e6c50a55833c935eb0e5ce41dc565d16ac2ce22462fc 0.12 MB 238 121
199,099 199,099 00000000000003beb0e2aac7cc92497ea146c7b36f0262f8e85290ae1d0b651f 0.05 MB 92 101
199,098 199,098 00000000000001113b6283a83d46763937104eb45d94680d08c35b6522dac531 0.08 MB 215 138
199,097 199,097 000000000000039f090078b58748b595c5008830252f6cd3b5212d69fcfc0335 0.14 MB 256 110
199,096 199,096 0000000000000522c5588e3bc452cac493023e344f3e9cac6c923ea1527e8d90 0.13 MB 306 162
199,095 199,095 0000000000000536f120cb390cfee39bdc0bc077ac99884c633179f124bb9d03 0.00 MB 9 15
199,094 199,094 00000000000000e1ad42b38fe81075a5e342c2e33366a2fc4c1814722a1cd06d 0.17 MB 345 117
199,093 199,093 000000000000029f162ccad165ff7e733bcf0a863d6bdbf2a421ef39341a6969 0.07 MB 76 72
199,092 199,092 00000000000006195c987e3f9225805aeab977a619e713410d7fa7ed952878b2 0.01 MB 35 335
199,091 199,091 00000000000005d94360fc21268bee42e7d75bc24b15e5386e90983c957e301d 0.04 MB 75 88
199,090 199,090 0000000000000447a3001f2e8ee261e3a70121217a7a85644f6c3cf362c11161 0.15 MB 230 103
199,089 199,089 0000000000000314457d636b8fe8bcc9d4b4603871f7d2c15634a7087601d4da 0.01 MB 16 38
199,088 199,088 00000000000004ba122e6d00ae55c3dc9f39834c2e34a90ce00c4eff836a9d8a 0.28 MB 539 51
Previous 10 blocks ↓
Total Size: 769.03 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,624.87 GB sent, 93.01 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.