Memory Pool Memory Pool Refreshing

3,350 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (764,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,241 143,241 00000000000003b011311cb5e096447af4531d71463b19296cff5930b06f41f6 0.05 MB 140 158
143,240 143,240 0000000000000830af1a61d29b21aa5e7cdebd76ff3c51f77b88e637b7030d74 0.05 MB 105 142
143,239 143,239 00000000000005129a339a388082bb6dcd185560dab135f048d0021912bf2c96 0.02 MB 29 237
143,238 143,238 0000000000000471a5d64c2ee9370c51e4dcbb85c0607d040ce5e5c01f1910c7 0.05 MB 161 98
143,237 143,237 00000000000004c4943222e9c01091af45fe1f5618999110861188b46761296b 0.01 MB 34 100
143,236 143,236 00000000000003b64345e5db7cae712354c66124f434bffc2cfdbf354f27ecd8 0.04 MB 124 211
143,235 143,235 0000000000000902b3652786cb6ff299b3a20f52c9800a580ce6ac1e8d97072e 0.05 MB 59 9,330
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
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.