Memory Pool Memory Pool Refreshing

2,697 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (70,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,148 837,148 0000000000000000000197b3924c50fde6a72a9e40a776132128069378c035b8 2.19 MB 2,373 22
837,147 837,147 00000000000000000000d1c68167c4e0d781766e49fc3a80a81b935ede3e1633 2.52 MB 1,703 17
837,146 837,146 000000000000000000029152dad4610eea85d946e3eb40b4ea775ca337b02cad 1.65 MB 3,377 25
837,145 837,145 0000000000000000000127bfd11499193e2551b31019535ad4e6d3f2a115a7e6 1.64 MB 2,895 23
837,144 837,144 00000000000000000000ff8add990b0db54abc7eaf613256ddc9d8e2fab7154c 2.86 MB 1,749 16
837,143 837,143 0000000000000000000109291955461c51e335bcae73ad4e273d54600b2580bf 3.80 MB 413 11
837,142 837,142 00000000000000000000468ec2e7dfa735debcbc3a21610a8dfb43322abf5256 3.06 MB 1,028 15
837,141 837,141 00000000000000000000e9a08acd50d2f978b08541e93622eeef783da9526ec4 3.73 MB 496 11
837,140 837,140 00000000000000000000c8a9e54494ef9237a99f5987407c4b5801778fcc05e4 2.53 MB 2,047 15
837,139 837,139 000000000000000000023b9bde86d9857b5700505e268e70a09913d837df52d5 3.15 MB 938 14
837,138 837,138 00000000000000000002ee4c62ad498754937a36d88639cba4516a3b1c22985c 3.20 MB 1,169 15
837,137 837,137 000000000000000000008cf7c0ceb291d8566887c5d5c8d0638a0d5de2cab49b 3.67 MB 644 11
837,136 837,136 0000000000000000000118481db93639cf2faaa8e765cec60560ac8c4b346bf5 3.40 MB 677 13
837,135 837,135 00000000000000000002df90ac84da4fe578acd3190e7bed57b4f59224063573 2.13 MB 1,641 12
837,134 837,134 00000000000000000001dc0b9f9ec5bb8c1496faebca8ded39cadcafae33bb39 2.60 MB 1,849 14
837,133 837,133 000000000000000000030bb1f963b4f8ca5d0e763d3b75b0354132a0dcafba4f 2.67 MB 2,149 15
837,132 837,132 0000000000000000000070f8049d30e9ba314ab1e60f0a9580629e3f753b7f39 3.13 MB 819 16
837,131 837,131 00000000000000000000ae935edf084c7982ca7b797c3f4284e5db9360b9c4a9 2.78 MB 1,798 21
837,130 837,130 00000000000000000002bc35b918562f8cd7b85471eb9a57af798c08996ee0c6 2.53 MB 1,784 15
837,129 837,129 0000000000000000000247de3f21c3a7d21ce3b34ccf62188d4cd5b290971074 2.71 MB 1,079 16
837,128 837,128 000000000000000000024d1708cdc74a47e4f8fb5c8c9afadc399b5dbaaf761a 2.52 MB 1,734 18
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.