Memory Pool Memory Pool Refreshing

5,668 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (800,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,213 107,213 000000000000e94775858c2d07504ec0c86821ea682d35ceb56b7ce91bc9b8f0 0.00 MB 2 0
107,212 107,212 00000000000159ac26f60e4e396728d0341206ce4369dbdfdb372eb2e60d35ee 0.00 MB 11 0
107,211 107,211 0000000000024453344d33bd6995c3b0cd16482ce5c50f701c0c6476d12cf695 0.00 MB 12 0
107,210 107,210 000000000000bff5360e6443f2febd4cecd93fba87a0b59fd2f7643faf6ece0f 0.01 MB 29 0
107,209 107,209 000000000001698b4bb87ad518d0134de61ca32337ae673a1b83900c95dccb14 0.00 MB 9 0
107,208 107,208 000000000000b2962446b187e32804e654b42b302efa50e2d9f525d37dd86c0a 0.00 MB 10 0
107,207 107,207 00000000000096de55bbdc6c038abc367ac7d38a5b7a70b5a11b16b6faa9d80b 0.00 MB 10 0
107,206 107,206 000000000002186d7b372156712a026af686ba4ec4f7ee49cf72c1b20e14b9c4 0.00 MB 8 0
107,205 107,205 000000000001ee977d29abfb361f78a0061fc9c42d3a05a4282885cc7a2fbf8e 0.00 MB 5 0
107,204 107,204 000000000001b70a4b5a7675c1849b0624023b21242d1439ea2f8e8b23688d9f 0.00 MB 14 873
107,203 107,203 000000000001ad6368d991a3f0d49dea225cbeea58cf78ddbaf9a6f3d25cc7f1 0.00 MB 10 0
107,202 107,202 000000000001797ac68c795b28519cc8d35393e5cf0f6cd8f7909cf509b9e13a 0.00 MB 7 0
107,201 107,201 00000000000211e3225c14078768615f7fcab1495ddb08f150984ab1a357cdd6 0.00 MB 12 0
107,200 107,200 0000000000006cb76e3a797d0ab761152157f850bba0153aa7ace105ce2405dc 0.00 MB 13 0
107,199 107,199 0000000000020945da02e96741958a5051c9f046128ca891ea8be80882b8e6de 0.00 MB 11 0
107,198 107,198 0000000000022d295f482c21b2750d182ab6c5d2a7228611bb24b463c266717a 0.00 MB 12 0
107,197 107,197 000000000001a002bacb08206f0773ece939213a5cea4562d2b16626dafd1ff8 0.00 MB 9 0
107,196 107,196 0000000000018e30fa762006f32178d6406521d6f67a8c002ef4c68aa3d80fbe 0.00 MB 7 0
107,195 107,195 000000000000b70e4c7ea1d8e392fc50bf8a3641634a79b14f8f83f0ef4e359a 0.00 MB 13 104
107,194 107,194 00000000000209366235821a3521a04c6cd9de0b91a0ce996f431c0c79930eba 0.01 MB 29 0
107,193 107,193 00000000000126e982613c23dfe24488f7d53214aaadb8113eaac9e5cb1b1583 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.53 GB sent, 94.00 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.