Memory Pool Memory Pool Refreshing

13,706 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (701,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,967 205,967 00000000000001974a455c790c692ad47b79dc04fd3fca098e2601c05a81373f 0.13 MB 136 108
205,966 205,966 000000000000031ef1914c1d5f5b8eb74f3bcfff755299e41653dd06afb2b511 0.23 MB 308 177
205,965 205,965 000000000000031d71cd43b103e0290166208af2b8f06b2fa9d8c1644b540c9b 0.00 MB 11 15
205,964 205,964 000000000000024d813e6d9b508a38f7cb4703ee4bc868978c47926f9d589ae4 0.00 MB 13 32
205,963 205,963 00000000000001bca031410871e8c69fab9c45d9708e992a518fe3e1be2b1199 0.23 MB 311 138
205,962 205,962 0000000000000502a6bbea0611c0d43876d6d9f573be41458def5cf60a73b4c7 0.00 MB 5 109
205,961 205,961 00000000000001afe7f883887b3e7d2528cb32960471531cd64ae106cb68cabe 0.02 MB 32 70
205,960 205,960 00000000000001ab9d2073e13f5bc5539f6f15ef0d1d3108f8e640111f8b20ef 0.15 MB 366 195
205,959 205,959 00000000000004135ab227cca75ca2f08fad7a222763d25969b9e0a3aab7c51b 0.09 MB 305 137
205,958 205,958 00000000000000c8a4aa6487114433aa7c89825f9a99a9a0af65faa0ad82bbc3 0.09 MB 193 260
205,957 205,957 0000000000000355c600027860ac5b0e2aeba3047b6f6df449845514c67ee33c 0.41 MB 804 164
205,956 205,956 000000000000039ebaa8f9deca1a26dadd43eb3f40c3e3025d97eec03ff47643 0.00 MB 11 335
205,955 205,955 000000000000045153dc07625cf1c37b1414f8e0c5cde21061c55ab11b31c348 0.05 MB 110 150
205,954 205,954 00000000000002e638b3e46790496d95018383fbb00acf2ff8f367beed9dd1a6 0.01 MB 34 209
205,953 205,953 0000000000000510ef73634073ef3497cbfe74db861e374ec0782e42c14da4ed 0.21 MB 587 251
205,952 205,952 0000000000000020d6427691398c3365d700454bd94bd9405a05908eeb429bba 0.05 MB 131 175
205,951 205,951 00000000000001106a0b99086d4836b658ce7274c26a74a9745f98d664e0a5cd 0.05 MB 151 136
205,950 205,950 000000000000008a1845e0cd40493ad4928ff4de2dc570d94e13b48d45c49efe 0.06 MB 125 259
205,949 205,949 00000000000000dea6d8f08cd815f43170a749032517b28798ac1e05ba250278 0.10 MB 290 294
205,948 205,948 0000000000000395d60887683618dfdb5a68afc353523da9de33575d9b87a0e4 0.06 MB 185 234
205,947 205,947 00000000000004ef8c931eec9a5321aa8b48e7358267a4d88b5f8b513c82a7e4 0.05 MB 185 42
Previous 10 blocks ↓
Total Size: 768.93 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,612.91 GB sent, 92.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.