Memory Pool Memory Pool Refreshing

6,164 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,087 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (701,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,015 206,015 000000000000037e70df59cd60c172a27392fc319203a0da6163fd5313985212 0.10 MB 241 338
206,014 206,014 000000000000031f14679f5a5f13196fc5a13f4683d5fbde6a26e36d84845264 0.10 MB 322 36
206,013 206,013 00000000000003bb4211441d12436c89cf97f38194ec09472a83d04dfb9ded40 0.09 MB 185 196
206,012 206,012 00000000000000cf48a8d210d807da7a1b5ffd70066a5bc1e79f0ba6c314ad25 0.36 MB 767 210
206,011 206,011 00000000000002871fa73e5ef6d5168150a4f146480ebb9e14e4846c7c4805dc 0.10 MB 262 336
206,010 206,010 00000000000004439e2ebaeaf60b5140c738b5eea44f6d70a09a10eab8d8b36e 0.00 MB 14 30
206,009 206,009 00000000000000bf29ef3a163c949061cbcb1977f69a5164ee4b50bc97f60685 0.08 MB 162 325
206,008 206,008 00000000000003e780e0ec165dc1bda03c9f5620e8b015bf02dcf597b5e3a4c7 0.02 MB 43 142
206,007 206,007 00000000000004b014174399d17f3763d0fbd5cc5b506bb3c008b471f9defcb1 0.17 MB 393 302
206,006 206,006 0000000000000445d6e4ea15fa81563350a3832c4e5ab313869027c6d6a160a5 0.02 MB 61 212
206,005 206,005 000000000000004f55a9dbc2869fe30954d120f1ecec783984ebdf3d7eea4189 0.04 MB 98 169
206,004 206,004 00000000000001c8fdcffeb5e79f0d8342998de1e9eaf83b53bd998d8802b07d 0.00 MB 12 71
206,003 206,003 000000000000011bafa8feeb2e737c45998904ad3e9ed50a9fbfcfd66cda6dec 0.08 MB 127 154
206,002 206,002 000000000000046254fcfa6590e1dba692082fe4e489ef1bbe433a42213e5989 0.05 MB 150 155
206,001 206,001 00000000000002dea49a5d979239cefef6bc38777d7faa9542b73df4e6f9ee6c 0.00 MB 6 294
206,000 206,000 0000000000000130b815d40fd6d8851438cd21ac9e428615ba03a1285ef1374c 0.20 MB 338 152
205,999 205,999 000000000000006eb0add102c6832243b3e36568eb29d5717dcd545fc54289b4 0.02 MB 54 7
205,998 205,998 0000000000000009d6b437ae1d9ba055d22e26d1efa8f2dcc58f991b15f4c3c6 0.18 MB 435 325
205,997 205,997 00000000000002dafbfbf690f7b2bacebba8e5edcd2f1e0353f523388e7317a3 0.00 MB 6 0
205,996 205,996 000000000000013e038920c707e668f43b9be6fc557b5de371314fe88d703c1d 0.05 MB 168 197
205,995 205,995 0000000000000088eb3c5fe9e0a5c5d792b866dd55a0434d29becce47b62a971 0.05 MB 127 118
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.