Memory Pool Memory Pool Refreshing

8,446 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,211 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (232,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,924 674,924 00000000000000000007b015183b3ac6d20a47e693cbea1709e4e797e1f6c59d 1.23 MB 3,067 46
674,923 674,923 000000000000000000051e1b59b20c241633300ad9d4be157bc1a6344c04c043 1.35 MB 2,591 112
674,922 674,922 00000000000000000006741c439a759e642826f0a7e98d30b371b829c57e469a 1.38 MB 2,657 111
674,921 674,921 00000000000000000009ed324abcf98c75359a3d365b50c9eb6dde87d006a34f 1.37 MB 2,734 65
674,920 674,920 0000000000000000000993f6d1262500727a3d3817dbc6b4e3c53ca007acc2fe 1.36 MB 2,216 59
674,919 674,919 0000000000000000000a7138b2ee5b8d44e7c75a621ee8449f18bee9a58bfa56 1.32 MB 2,277 60
674,918 674,918 0000000000000000000506b28b6cecf968894afb739084d0c9e8f165b37c4338 1.35 MB 2,219 68
674,917 674,917 000000000000000000029e4f9007ea8db5e1115cf1502257455fb32c361fdc03 1.26 MB 2,848 65
674,916 674,916 00000000000000000006c0751a8e45ec2d4c97a0e715ccab113700107cb4aef2 1.17 MB 1,617 89
674,915 674,915 0000000000000000000ad0e3dd742a72d77d066fc6534caf5637ff3b56237513 1.25 MB 1,005 106
674,914 674,914 00000000000000000002fce3e7aa463e40faba9cd76f6d1ec3ef2c63e884552d 1.42 MB 2,969 97
674,913 674,913 0000000000000000000082d2f17310eb292118a0d1e22d3d352ee81f3ebd66f9 1.49 MB 2,045 118
674,912 674,912 00000000000000000000c528c36bafa1d883f53fe16aaf44a9861d97a57549ab 1.34 MB 2,723 82
674,911 674,911 0000000000000000000968459e2d8901e425bdee65618e5b0968f0a6561d93a0 1.15 MB 1,643 48
674,910 674,910 000000000000000000092c42a116c01bf5c5c385394f91026008d57938df3f05 1.21 MB 1,720 49
674,909 674,909 0000000000000000000625dceb8474ab43d1c3a7b0da69d2b1df408c8199f48d 1.54 MB 2,476 102
674,908 674,908 00000000000000000007b2357a7b2542b23d80489f3e70a641d57e0d63e076a8 1.42 MB 1,432 41
674,907 674,907 000000000000000000063c86c09b9731d9de2b8952146cbe4ca42cc60da5cfd5 1.36 MB 1,997 61
674,906 674,906 00000000000000000009953721a743adc372b95c8cdf0933130990a65a445bb8 1.40 MB 2,719 99
674,905 674,905 000000000000000000089e002473e0c78f54283cf0e7564e7e5e4342039e01a1 1.20 MB 3,201 74
674,904 674,904 0000000000000000000235a979892f037222656301dceacb16a9ab96eba85513 1.31 MB 2,402 100
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.