Memory Pool Memory Pool Refreshing

6,205 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (108,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,945 798,945 00000000000000000004899f70c9515a6ab0aeb8cc00f134eb4dd37bd1d9a3f9 1.77 MB 4,338 7
798,944 798,944 0000000000000000000270ac36e56a354234510e61415ef4bb33901a92dd5320 1.97 MB 5,501 7
798,943 798,943 00000000000000000002f7a2dfdc33ccd21ed4e28f0521a3d5fafa48bc4ff3df 1.97 MB 5,412 5
798,942 798,942 00000000000000000003581b02e22c318c9d5d878bd0b790cfed26106b4dd9b0 1.75 MB 4,523 8
798,941 798,941 00000000000000000004e34374d803bb172ef9958de0e219e1423a6aad123ff5 2.02 MB 5,779 6
798,940 798,940 00000000000000000000559f2d562bbe80850f14d8bc28871a18389739175a36 1.67 MB 3,633 11
798,939 798,939 00000000000000000001e89e79fb1216f4878850f0c23741bb7867bdca2fd08c 1.68 MB 3,957 10
798,938 798,938 00000000000000000002eb31e185d169f4c541ed33a177405d36053f83f949d8 1.73 MB 3,488 6
798,937 798,937 00000000000000000000a3c42d8d778c19e00fd5093591b47bc0e9e34574b905 1.72 MB 3,696 8
798,936 798,936 0000000000000000000448ac8d32bfdd0fdc58a57be261ec3703b083c7606611 2.07 MB 3,851 8
798,935 798,935 000000000000000000022f24bd78e3e6883a88dc06c0bc7b27b9f390f817a0fe 1.30 MB 2,249 20
798,934 798,934 0000000000000000000470206c1bee40765032de1c7565bdd945ff0568760829 1.79 MB 4,836 9
798,933 798,933 00000000000000000003ed460358a83f8163df87a851d8f30b6f8ed9d1d39cce 1.98 MB 5,864 6
798,932 798,932 00000000000000000003abd5486e2399a2278a5ad130aacf31d75c980569ee61 2.21 MB 7,148 5
798,931 798,931 00000000000000000000f03410bcdc1dbc7f7771da5b362c3419f251d0f21d58 2.07 MB 6,361 5
798,930 798,930 0000000000000000000037e74f77ca9c50fef7cdd7e5a966e25f7e14d669c581 1.93 MB 5,014 8
798,929 798,929 00000000000000000003742ee8e2d0bcfa9c5cc2fac402ca8849cf8fc400f39b 2.00 MB 5,960 6
798,928 798,928 0000000000000000000510a3f6e516caaee4c2ba250a0c0d1419d139b0a5013a 1.86 MB 5,069 5
798,927 798,927 000000000000000000052c0fc4e177af9a1165f9a1e03b6d5a730c9750a711ab 1.41 MB 2,276 11
798,926 798,926 00000000000000000000fe7e140b39d445e0789be173a0057c3a6cef505bfbe3 1.69 MB 4,296 6
798,925 798,925 00000000000000000002a38e8487aab1d832c8bca112e1e7db14e06397c39f53 1.62 MB 2,823 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.