Memory Pool Memory Pool Refreshing

2,557 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,693 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 703 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,692 (86,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,083 821,083 0000000000000000000062720907c6627f9b609565c8bb76e17c9af4c70cfad6 1.46 MB 3,796 142
821,082 821,082 00000000000000000002b699a4b1601b86743036577a2e1e2096aa4bae27d5e9 1.40 MB 3,754 170
821,081 821,081 00000000000000000002cbe6f7f61ade83a03b757087a555a3ce2078a6a0cc39 1.38 MB 4,285 188
821,080 821,080 00000000000000000001ab0ba9e1294d373b85cfe270eeac87210294b751eaa8 1.44 MB 3,933 183
821,079 821,079 00000000000000000002df5b6324746ba8a11f614853431e1fa164920fb8929c 1.34 MB 3,864 149
821,078 821,078 0000000000000000000224c4feb2a86617dac1dee5f69424f2a9817a9c688081 1.43 MB 3,942 192
821,077 821,077 000000000000000000001cf91c638a33c0a4dd08015fbd88e020abcf888153e9 1.41 MB 3,892 135
821,076 821,076 000000000000000000030a6c097cbab815a94bef9d9e06b608cb966814256a76 1.42 MB 4,262 148
821,075 821,075 000000000000000000037bde497c799a5336e32aeab3e48dac0188ad404a3800 1.40 MB 4,027 176
821,074 821,074 00000000000000000002e76a793b0c4441ee3b82fc52890ee9f601c69115f95b 1.40 MB 4,270 145
821,073 821,073 00000000000000000002d56df0cc5214eb25542d661f3b58547561596c8f148a 1.40 MB 4,256 157
821,072 821,072 00000000000000000001eb18e7dc3f20c0bdb571269d4cca42b6afbad5f9c71a 1.48 MB 3,107 129
821,071 821,071 0000000000000000000329f138c230661011b645f560e4432704fc5548d718bd 1.46 MB 3,902 130
821,070 821,070 0000000000000000000318bc5dd6c7d586049b65f60a1fd879e77952083ce890 1.42 MB 4,081 155
821,069 821,069 00000000000000000002e1a5ba0b4f2022e11ab300de2a46e31bb5ce3e812df4 1.39 MB 4,348 191
821,068 821,068 0000000000000000000281ea6e513036e3a8751a342379f33a243a157a7087d7 1.40 MB 4,240 180
821,067 821,067 00000000000000000003c6c3a592a68179255e73d2a703ae953e16581462dc41 1.38 MB 4,119 165
821,066 821,066 000000000000000000025f523c6df57d05e542b9c834ae71c4684b175bf6d962 1.45 MB 3,974 187
821,065 821,065 0000000000000000000083740ab7a15638d2fc39d2e91bfea6cb090ccf97a16f 1.45 MB 3,967 136
821,064 821,064 000000000000000000036b9d32762db2dc335ca896fd0ad2b513a711f2c232a9 1.41 MB 4,294 163
821,063 821,063 00000000000000000002a341674002e0b52a9d66ce838909372c0f6fe61a95ab 1.42 MB 4,263 177
Previous 10 blocks ↓
Total Size: 768.97 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,615.55 GB sent, 92.65 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.