Memory Pool Memory Pool Refreshing

5,914 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,993 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (769,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,980 137,980 0000000000000717fdb4cf1bc5f0481704723acd8fa15263c560aa28bdf5ce73 0.01 MB 21 435
137,979 137,979 00000000000002df2c900ec0de0281e0a3e8d28538cd4d8e364b826e40c47123 0.02 MB 36 139
137,978 137,978 0000000000000274ccdba674c9d5155605fe8f9157ddd7244c1c9c9b771cc462 0.01 MB 25 138
137,977 137,977 00000000000008783191c02859b05c15df6fd03413125a41c8f206119896ddf3 0.05 MB 173 173
137,976 137,976 00000000000008fe14be1ed64fc17c3751c14ef45893c9f3205e8bb9073eb35f 0.06 MB 163 1,118
137,975 137,975 0000000000000177e2582e29c26797fad325a64fd90f49bbcea2bcab226e1813 0.04 MB 65 654
137,974 137,974 0000000000000107ff19ba3a5a42d775c9ef3f1c74a1c594b1b2c0825a2d07a4 0.01 MB 33 366
137,973 137,973 0000000000000827657c0e0d6a45186d817d3b3895b22cf4b629767eed7575d3 0.02 MB 42 53
137,972 137,972 00000000000000aecbb478e19d52039f7c26accf2ff3f1383d2525632d749356 0.01 MB 9 4
137,971 137,971 000000000000077899918d8f27a32060efbefd59355941b1161bb1612cdbdb73 0.00 MB 1 0
137,970 137,970 00000000000007e21e9420c94b4f6a3a8c4fd160d2dab21d3287dff2b552290d 0.04 MB 127 50
137,969 137,969 000000000000030c836d07f03b3ac6788fa616793306fb31253c5c607ca2a537 0.06 MB 150 130
137,968 137,968 000000000000043375ea089fa7820e4c92800496c859b2f6cef7d98b0bb457a7 0.05 MB 122 227
137,967 137,967 000000000000027737bfd1370f3f28b63baf06e54ca646eeb595255cb27087e7 0.01 MB 20 224
137,966 137,966 00000000000002e2862e4d7432e27bd7c816965472a38f4080c46424a0f005f8 0.00 MB 3 97
137,965 137,965 000000000000006f9b2a7da8662a33cebbc8dbfdcabb73daa8fa71b83165763e 0.00 MB 1 0
137,964 137,964 00000000000008d4ef3827074ac34d04b7880413fd86f995713001d2309614ca 0.01 MB 9 184
137,963 137,963 00000000000008e70afdbd07a0d4a668ab01b993969781264ac235d56f6d7183 0.01 MB 30 236
137,962 137,962 00000000000008e573bfc65e1e36e69a954cde4dec07930c7b87bc3c8ebe5b29 0.01 MB 15 103
137,961 137,961 000000000000051875c6956d8f16414919b134c833ab88f978b5b94deccbd850 0.02 MB 47 179
137,960 137,960 0000000000000495db5dc2642db6982d8f0b67162012d3beed5c5f252529d2e9 0.02 MB 48 159
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.