Memory Pool Memory Pool Refreshing

2,582 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,938 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 751 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,937 (637,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,306 270,306 00000000000000033119319c97ce9d12c819ae2932923b5266341afb16b0eeca 0.20 MB 491 94
270,305 270,305 0000000000000002e3557a5756e0f3b8539270b86e5c51c17388b1f73557632c 0.20 MB 286 53
270,304 270,304 0000000000000003a237add74de457129f96b644cfc97a3dd0a4981a8419c9b7 0.20 MB 374 94
270,303 270,303 00000000000000024ba74daeefc66120b05334d3dfa6c3dba40ac47c4361daa7 0.11 MB 264 62
270,302 270,302 00000000000000043abf13d972098c3466b09d6d8c7fa36646c98bafb6ebd10b 0.12 MB 236 43
270,301 270,301 0000000000000004a150746147a19923bc4adb986158b726b71b70f2953c9c53 0.37 MB 567 38
270,300 270,300 000000000000000177074f8e6730f198fb2c7b28e97aa2341cd95d7ab0988141 0.20 MB 537 102
270,299 270,299 0000000000000002ada430b7eb05ebfe2939403b17d67c6a8c804bd2d3706fa7 0.29 MB 632 54
270,298 270,298 00000000000000063ef57dc7f327e57af9e2b7ba8602df34d2f7f0618af590aa 0.16 MB 317 65
270,297 270,297 0000000000000001737d547d56ac3562c9fb3d6ede27b20cb5773fb9e947a8d0 0.13 MB 133 32
270,296 270,296 0000000000000004cc4cab20ce2d6a4f05bc103a3b11ef89d26d2c35683d4751 0.25 MB 615 100
270,295 270,295 00000000000000019b22690b6d0ea783cb57d66a9816992442468017ed81b7b6 0.07 MB 186 48
270,294 270,294 000000000000000162ac644605a1d39763fbfcca345a62889f94b41227e1a3b2 0.12 MB 261 57
270,293 270,293 00000000000000026bf10f9cd35817753d8e0eb7d12f385a67666dcbb0833bd8 0.26 MB 369 57
270,292 270,292 00000000000000050aa864f12c2a1a899845801252472af562d0cdd3d41ebab7 0.15 MB 333 53
270,291 270,291 0000000000000005289e67bc28e85a217c490c876b94b4088b89630f83c02f3b 0.18 MB 379 64
270,290 270,290 00000000000000011115aa456af60bbdba53f76dec47fd20a7e598d99b338bf1 0.44 MB 960 68
270,289 270,289 000000000000000129ad854b261acbe468ec899de782ac69dbf15bda6ca4e880 0.07 MB 183 98
270,288 270,288 0000000000000002de28e06a208371d20c5d7805d4c1d1d90f06291f30b885c1 0.27 MB 311 36
270,287 270,287 0000000000000003a66987515a3c7e9746d097f6a8cfae71a7d20dba901fbba6 0.25 MB 294 23
270,286 270,286 000000000000000469d352c3c61d5e7be421080122b08cd6791c50d8a4b0e8bc 0.50 MB 1,401 77
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.43 GB sent, 95.08 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.