Memory Pool Memory Pool Refreshing

8,799 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (730,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,209 177,209 0000000000000603823f5fa5f1fc483b1841765194381fde0ae602e837027a93 0.01 MB 23 69
177,208 177,208 00000000000009b52b0359bda5ef89d55eeafefa2aa8aef38319cd6f811ec1c7 0.05 MB 121 277
177,207 177,207 0000000000000727ed6d7dc71497cf734fbf3edd9d5e1d92e816548fddef94d2 0.00 MB 1 0
177,206 177,206 000000000000004e3aa8ccd585b2b118d1fd67158eebaec5bf8d4263ef7833b5 0.01 MB 20 210
177,205 177,205 00000000000000cd414094f09b382e5de10a246b89ac674f8768ed4ddf595b05 0.03 MB 78 109
177,204 177,204 000000000000036dcb30b0685089138aa29bfb54c036e774359cd0ea2268c40a 0.06 MB 136 111
177,203 177,203 0000000000000458d8d4171f06c60cb0eecf56af8253cf1518fbfb2dc5a942c7 0.04 MB 76 106
177,202 177,202 000000000000033b54da1b38afeba069e5ab4bcb3b572e37c1e62aaad4fde255 0.02 MB 75 2,642
177,201 177,201 00000000000005353ca3f58e531b02ecd29b140ba2e23c9652197f9dd898106e 0.03 MB 30 1,031
177,200 177,200 0000000000000011f4771501cb4c66d2a9a48b03bdba28470e39cc03b6432cd9 0.02 MB 49 91
177,199 177,199 000000000000089ca25a211c10afb1fe30ee3164db50a626611462c47d3b9b70 0.05 MB 119 98
177,198 177,198 00000000000006edd6cd9ae1571109b9a273f2940bdc81c5e1c76e6953af364b 0.05 MB 137 120
177,197 177,197 0000000000000721de5e2604de6c6c483e858a571005f6a15cbc892cc47283c0 0.05 MB 123 113
177,196 177,196 000000000000022168753cad8e84cc1cc8a06742cd42342cb262b91fb8c312a4 0.00 MB 14 351
177,195 177,195 00000000000009940293615d9c61b7774a615fd197e2cd642fd60d13363753dd 0.03 MB 66 88
177,194 177,194 0000000000000413ffe157cea860718816786a61eac1ba57aa898d36fa2124f2 0.01 MB 43 138
177,193 177,193 00000000000006c5d5402f8eeeeb7c327708acd4946096d897ae2129424e92df 0.04 MB 137 26
177,192 177,192 00000000000007d59fe95b8b5017ac8dbb56758466916d5a289d949afd44df21 0.03 MB 29 13
177,191 177,191 00000000000002ed84f33622ead41abc773bdd4ed4c4ba6cc51f209227d41100 0.01 MB 23 44
177,190 177,190 00000000000007c45d8507c29188480d97c2e00ae03b40f3104fec788d6760d5 0.00 MB 2 194
177,189 177,189 0000000000000053564f39d5db80bc385f86e5cb05e17db68b41e387380077a4 0.01 MB 31 51
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.