Memory Pool Memory Pool Refreshing

5,151 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (10,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,853 896,853 00000000000000000000f160fb978112baa90f8bc29110410fdf718e7bae6801 1.55 MB 2,875 4
896,852 896,852 0000000000000000000057faa2b2027e4f52809a93142ebcf979281974277415 1.61 MB 3,425 5
896,851 896,851 0000000000000000000207e2a4ad4820fce53e821cc7af03468e83daa7aed4ed 1.46 MB 2,300 2
896,850 896,850 000000000000000000011b5c31a6764afb3536c1c8bae1839bacb7a64f902de8 1.59 MB 3,288 5
896,849 896,849 00000000000000000000be07328d80bbfb5b7d3d4a6a4548c481b4791224ed81 1.54 MB 3,597 6
896,848 896,848 000000000000000000011848a72ba308e454a065cd47af91437e16cd80051305 1.58 MB 3,878 5
896,847 896,847 000000000000000000022c5eb2f1587b1e9be69b12104b2dfcc6c9fea14c039a 1.62 MB 3,600 6
896,846 896,846 0000000000000000000189059fa69214c070ff2e51cecf4d1b1150c134a728cf 1.15 MB 634 2
896,845 896,845 000000000000000000001102028f1a2d0ebfde3f9b49970bf5252329628a2275 1.62 MB 4,004 3
896,844 896,844 00000000000000000001b990561084aa305069174650aaa7fdd81bd082585181 1.61 MB 3,437 4
896,843 896,843 000000000000000000021ff7cef215cf12815880bf031fdb44d14636fd7a1272 1.51 MB 3,627 8
896,842 896,842 00000000000000000001a0e8eb677ab76cf999c41cd01f62c80b2016e841448e 1.48 MB 2,522 3
896,841 896,841 00000000000000000000e5249b45ee3220ced83261542b478a059c7eb569c367 1.59 MB 3,196 4
896,840 896,840 0000000000000000000136dbc0790daee281e7229b441d5c847ff4d2a26e16b8 0.47 MB 775 2
896,839 896,839 00000000000000000001813fbfeb6949d243d605b6d814bed71d86afda465687 2.81 MB 1,618 1
896,838 896,838 00000000000000000001aa916464d98fca1cbf9b1bd3d6b18d943995e4c86fb5 1.87 MB 4,268 1
896,837 896,837 000000000000000000002358e65e9c93950cadda170b4f7fc23e18561b1e7574 1.63 MB 3,403 2
896,836 896,836 000000000000000000025c3b7a298f4f5abc49b1620536407ec8ab6d12c55a25 1.64 MB 4,278 3
896,835 896,835 000000000000000000009bf6d425669f87bf00aedecbccb1cead4c17ae8aea44 1.51 MB 1,691 2
896,834 896,834 0000000000000000000020e34a7c3497d98f789d4aed83f09788ef55eb40ba6a 1.53 MB 2,125 2
896,833 896,833 00000000000000000001b6e78c3c484af74b169d35ea86070f54319a3c15f3ed 1.50 MB 3,636 4
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.