Memory Pool Memory Pool Refreshing

3,447 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,849 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (764,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,234 143,234 000000000000072ba65bd6a9ae5bde31771f3136563d00963bb1a3511a95d255 0.03 MB 74 183
143,233 143,233 0000000000000399f6a6be1ec2ecef519f6f2539f69aedba3d3443e50cb8f2fe 0.05 MB 118 245
143,232 143,232 000000000000046b2ef75f50069e925b769be7ae38d7353f8e18fce7335aca12 0.01 MB 18 74
143,231 143,231 000000000000058c5ed595a15483650208e09c393d6ca735b126625bb440c8e3 0.03 MB 85 158
143,230 143,230 00000000000002950306b3fd72330b150557855916f43378a26047c675351b2b 0.02 MB 60 16
143,229 143,229 0000000000000868c97720635200fb9d4576d9842960b6e6181c27f932ea96c5 0.04 MB 64 191
143,228 143,228 0000000000000831286c61fb5716e029b5a12f34e39f650429b68c66e123dfcf 0.01 MB 26 149
143,227 143,227 0000000000000269551935b2d6a290fd65e67d32e9f5e1845a7b8895891ee73b 0.05 MB 126 202
143,226 143,226 00000000000000ed0b7c71c2cd564844530e4833d1c375a5a92bc7d27fd87a9f 0.01 MB 48 3
143,225 143,225 000000000000060dfd8ba2242a77336684de5100768cfcbf14e4f88bd7a12a79 0.02 MB 61 119
143,224 143,224 000000000000088e8e6adc407bbd3efd62cc191c41570107a44f7cddc3873cc3 0.00 MB 8 481
143,223 143,223 00000000000009229ca8000beef2e1433e3ef6022be5d8c1febfbba3695ad9dc 0.03 MB 88 87
143,222 143,222 000000000000080be774f7a67c6fb65d30185cbe4c4dcb71bde7bc3378edaaf4 0.04 MB 81 174
143,221 143,221 0000000000000312d6560211bf29302c8662991e4887392c6d5483ab3b165c6d 0.01 MB 21 245
143,220 143,220 00000000000002de0988c67d9846da4c25f377ac73a407b11f57a06886f96588 0.00 MB 5 118
143,219 143,219 00000000000005105f015a37d429710f93cfd0f5a5aaeac832290aa4f1c9c6fe 0.00 MB 16 112
143,218 143,218 000000000000075f60539e46f732c24fd7089c101af7d864aa3202d7ba1fe3bf 0.01 MB 25 0
143,217 143,217 00000000000004996d561d5c643fc1e1c3fbfe73c176cec5bf45c37d103e7f6a 0.02 MB 52 324
143,216 143,216 000000000000067ac13d669b824c91b859a42115e2b61df2755a77a97b7308c8 0.03 MB 87 95
143,215 143,215 00000000000001a62a737402707f89bb096040b8390efbc2f9ecab77c11247e6 0.02 MB 21 97
143,214 143,214 0000000000000942e50d7833a0080ec770591df62f57f198b3646a50b99f896b 0.05 MB 39 66
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.