Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,356 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (104,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,851 803,851 00000000000000000003b4251097f0407bb67465474ad169a2af76d718874a35 1.77 MB 1,095 8
803,850 803,850 000000000000000000010cb572a3a71150b2ae34a1ff4f7e42db0a3853fd8c5b 1.52 MB 3,032 15
803,849 803,849 000000000000000000051fc94f7ab5fe4d3b0d4b989c8ab0aadfc56c4964d595 1.61 MB 2,977 29
803,848 803,848 000000000000000000054409b981716d00003041f9d2d62520d2ead471b8ec2b 1.64 MB 3,346 11
803,847 803,847 00000000000000000004ddd53a62de4c18f782e479c0da530d9e325c0ae56b67 1.97 MB 5,347 8
803,846 803,846 000000000000000000036b855367082fe17792f6e7c01fd6a74b7ab342a5acfa 1.56 MB 1,704 11
803,845 803,845 0000000000000000000252d1b9d72c8e3c939fdadaf85e8346a71323842ffd6d 1.24 MB 1,748 21
803,844 803,844 000000000000000000025a8587cb5a0e3188449a191842015cc1d125ad3aa615 1.52 MB 3,187 11
803,843 803,843 000000000000000000030998b2972dd6e3eb8d3e1795204a7a740b3d70fddb44 1.71 MB 3,277 14
803,842 803,842 00000000000000000005047fb3e6dbc251ae82021ece0db812fbcabc84ef6708 1.91 MB 4,595 7
803,841 803,841 000000000000000000050b4e9e82ea36e1c4788f4900e94ed94de6095c124b71 1.78 MB 1,719 12
803,840 803,840 0000000000000000000078892fcd4669fb24cd768bdd0662d458c4cb7b46f438 1.47 MB 3,334 21
803,839 803,839 00000000000000000004d7094e1fcbad021f9d4eaab8fc309e218bbd02931c4f 1.36 MB 1,592 14
803,838 803,838 00000000000000000001f220346d535d026027f833f500082ecc365ea3a3b633 1.44 MB 2,886 20
803,837 803,837 00000000000000000004a43a8a6ad17d660ac608584350dc88a6a6f5c4bccd6b 1.81 MB 3,987 8
803,836 803,836 000000000000000000051c03ef81bad889e4133a0fa367de6a9b0b959114fd67 1.43 MB 2,309 21
803,835 803,835 0000000000000000000504f09845cb3ed5496c19a5291de2b65ab86c0125c2c6 1.62 MB 3,812 6
803,834 803,834 0000000000000000000452ec7e3660876f3b7d03862d887d6dacb5066142fe02 1.51 MB 2,406 13
803,833 803,833 00000000000000000000c6d01599858e50dd5c24a1267f7e17a3d3a47fce1c33 1.55 MB 3,509 18
803,832 803,832 000000000000000000053af4722793dec1b3d24d03da6cb9c9c77a557ddeed6d 1.62 MB 2,245 12
803,831 803,831 0000000000000000000498cccd04cfdcd75ab28fc7a52b75ad1a6c649f273d1f 1.26 MB 1,117 12
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.