Memory Pool Memory Pool Refreshing

5,563 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (584,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,943 322,943 000000000000000019b1403540de5339a861dfd2ae28214167ae6c22d995aee0 0.50 MB 857 30
322,942 322,942 00000000000000001c182817cf6f939562e2c2757054ddbc9c1327932a730151 0.09 MB 128 5
322,941 322,941 00000000000000000216e17eee63b26aff373b34c894453ab349de63e7a9090d 0.40 MB 657 26
322,940 322,940 0000000000000000010ba912a2a8faa7fbb4d54dee3bb7aed6cdd6b691458fdd 0.74 MB 885 20
322,939 322,939 00000000000000000e0266dbd2b3533b83092e5ff8531fbc1b8981676e353d18 0.75 MB 883 22
322,938 322,938 0000000000000000136ff736f8523592ac27ad201094e2242dff98ace1a09a9a 0.75 MB 222 11
322,937 322,937 00000000000000000994da69d51e9628aa8c39b3baca46ec56635d919bc7d128 0.90 MB 1,523 30
322,936 322,936 00000000000000000efce7ae6841be416020f7de9a88ef27d7fe11ce68ea8361 0.53 MB 353 16
322,935 322,935 0000000000000000082e795b704a186bf7ccbb5744912ffc138ebc3b75e813d0 0.35 MB 192 15
322,934 322,934 00000000000000000a4f4d2fae3d39ef0a28efaf17756d4b9f05c958dfce9894 0.44 MB 645 22
322,933 322,933 0000000000000000125cccfde086f50f856b73b1bc6a8e6dd805db6fa51d3b9d 0.38 MB 567 28
322,932 322,932 00000000000000000e3ad981e9a35df45ebaa73f40c4ff738be7a216fc3f0893 0.38 MB 680 30
322,931 322,931 000000000000000001ca5b8d9027ec6f5adcb44f8233cd411568e6041abbe99d 0.14 MB 171 16
322,930 322,930 00000000000000000178c712a6d901425e29061c817f7ae947d709fdd83a8ee1 0.19 MB 319 28
322,929 322,929 00000000000000001e0a4f3ee18a6213bcc1ee6e9e941b2f0af5220d267316b5 0.41 MB 423 23
322,928 322,928 00000000000000001baba6ce51c0523dc2fe93a65372227f3f4277c8a725fbcd 0.51 MB 203 11
322,927 322,927 00000000000000001504e674749acf0debc39348c56a63209ea4b1b6bdb6908c 0.41 MB 199 15
322,926 322,926 00000000000000001b28d8be66dfb14e497d788827fa3b81bbeca91bc1477643 0.50 MB 1,056 32
322,925 322,925 00000000000000000a12aa617be720f0491bfcc1703bb5085c6943e41ed6a957 0.74 MB 484 15
322,924 322,924 0000000000000000001ffb7a57d7211f0a88a1ce083c3c359b0c214794a0bb46 0.75 MB 1,268 32
322,923 322,923 00000000000000001d862922c1f3e02d4cc8fe027aa5a956f01b97d548c8d83c 0.33 MB 126 10
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.