Memory Pool Memory Pool Refreshing

3,278 transactions
1.28 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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,469 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (13,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,851 894,851 00000000000000000000fa8e78d6e75353a7bffedc7bfe822ad2b0a9f3cba010 1.48 MB 2,503 5
894,850 894,850 00000000000000000000a2000c75d7f21a9b7e8a6aad7461939d972860b2cdf6 1.69 MB 1,381 1
894,849 894,849 00000000000000000001e279eb0b551ea3714b633089a26737b87b45320857a4 1.55 MB 1,825 3
894,848 894,848 00000000000000000001943602af371db383d29b89c38b265e8daa8d9c6dd522 1.11 MB 512 1
894,847 894,847 00000000000000000000b01caffc63b0f8fff15b8889237aa682ab2b68e30873 1.47 MB 522 1
894,846 894,846 00000000000000000001d72e421d1712b4fcd83bb74f66221447390f0fa09332 1.55 MB 1,322 1
894,845 894,845 000000000000000000020eb9b733288ed010b72cb5e63bad077e2386d3180f15 1.71 MB 3,086 4
894,844 894,844 000000000000000000022fe1b74533fbb463351ee1e1ab7a3e24b86365a1c9fc 1.84 MB 1,251 1
894,843 894,843 00000000000000000000380fe2f5079c158cf0964e4ec3ad745706f50fb8414b 1.62 MB 2,521 12
894,842 894,842 000000000000000000008820853cc76399254138c272b291b014718dc32244c8 2.60 MB 133 1
894,841 894,841 000000000000000000012e6079a96ac89d2b8bfe647efef8e29c23d962a11e55 2.89 MB 269 1
894,840 894,840 0000000000000000000112efc9fd0e928967139246a7b2e3e5d72e1df2db6426 1.97 MB 1,822 1
894,839 894,839 0000000000000000000103a6113a0bc03e1525aefa4a77258d11436614d6dc46 1.91 MB 3,761 2
894,838 894,838 0000000000000000000091a761d524469cd08495e358bdecd602bed815b24e28 1.35 MB 1,504 2
894,837 894,837 00000000000000000000cc178a3192cb5100b82040ae22b9fa5bafb0cd5c9908 1.52 MB 2,839 4
894,836 894,836 000000000000000000015333c3b826c7815fb20154f9be9a336671477323de49 1.61 MB 2,744 3
894,835 894,835 000000000000000000009b883e339beb0e26455fa0106a2c9b7629b2ae9d3d50 1.84 MB 2,662 2
894,834 894,834 00000000000000000000ad49fd45edc1adc0d2af59efabd4ff0a4142927b000f 1.91 MB 1,705 1
894,833 894,833 000000000000000000005c989bd17319f5b1771c1d8d14462cd8a8a383a81814 1.73 MB 3,080 2
894,832 894,832 00000000000000000000715fdb72cfbe4f3e0eb16baf21dc75b834354b039f77 1.38 MB 1,216 2
894,831 894,831 0000000000000000000005fc2415ee7fa67513647615953181f3218e8a66cb83 1.20 MB 1,116 2
Previous 10 blocks ↓
Total Size: 769.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.69 GB sent, 94.74 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.