Memory Pool Memory Pool Refreshing

4,184 transactions (1.08 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,165 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,821 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,164 (832,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,375 76,375 0000000000510b001d86ea9ecaa87d6d4bf908c43d4d4795333b3f97d77e655d 0.00 MB 6 0
76,374 76,374 0000000000454309e1f2782f2cd6ba5a704186ab40c45defd88e465e5d8e40fa 0.00 MB 1 0
76,373 76,373 00000000000f2e1b377208f87c3459ac8339657ce253d70886a5ae28de91307f 0.00 MB 2 0
76,372 76,372 0000000000713360f51472ec271f2f789c7f49022dd14955a8a1b1004ae5cbc7 0.00 MB 1 0
76,371 76,371 00000000003a782d1b494579348cbf9b7b5db94ccc4c98b7df8426a73cbd9400 0.00 MB 1 0
76,370 76,370 000000000048eecf827c7240040773a164bf897d28b916fd39c1044aef57f573 0.00 MB 6 0
76,369 76,369 00000000003ec7ece62e80961910d75227ad8528885275b20b4650c3f95643f9 0.00 MB 1 0
76,368 76,368 00000000000a1d53032bf8529423072f6c70b885d7229b0ac3f8ffe434ae508b 0.00 MB 2 0
76,367 76,367 00000000006ca37788b4bb66c6a0ca9a7e55e3cb2f74be82b60d152b6239f0ee 0.00 MB 3 0
76,366 76,366 000000000003129d2bb87373f82f344507c73d05230e16d9b5bb90bea66e24b3 0.00 MB 1 0
76,365 76,365 00000000001fade0c2cc7af48d71e207cc2507e75aa2c51601af9083c113f58f 0.00 MB 1 0
76,364 76,364 000000000073090c4ff2630e6ba5e882f198a70501725642188ba90045bd283b 0.00 MB 1 0
76,363 76,363 000000000033648620d2c7b9fe8c25b8c7f9c561b0b785973a548ae1d29c6e19 0.00 MB 2 0
76,362 76,362 00000000000f3efed2572e4b2987f73c4c7326b4d37e6c7239c9c96166e97570 0.00 MB 2 0
76,361 76,361 00000000004642f021dc085b77d09a1238ffae1999c51fd4482d2ea6204470fb 0.00 MB 1 0
76,360 76,360 0000000000458d27785be45c41e23cb0006d925df3eb43d5d0505140144aada2 0.00 MB 2 0
76,359 76,359 000000000031819062f4959dc162dece090b1b4f01d5a852dd1c8dad034ce22e 0.00 MB 1 0
76,358 76,358 000000000026d4df6b38333c6b86257d2b9767266df9470ff10a30cf0b5bc089 0.00 MB 3 0
76,357 76,357 000000000072a771922e99d2466c66520d2d6c7f0072955cc963ff20f7e5efc3 0.00 MB 2 0
76,356 76,356 00000000002e5cfd28337a1fadf2033d342ecf65b0fb3d1a029d769bee4d4746 0.00 MB 3 0
76,355 76,355 00000000007a8bd24b4e1f634433515da01bf529207afd7a2125f21c7bd7ddc0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.85 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,973.80 GB sent, 106.88 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.