Memory Pool Memory Pool Refreshing

12,299 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (520,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
387,213 387,213 00000000000000000a8c0b2890c95e70b1da533063c72993ab4fc2dcb5e08ca6 0.95 MB 1,345 22
387,212 387,212 00000000000000000d325f5036bc327302913300ae994fc240767c1e54baf717 0.95 MB 2,034 34
387,211 387,211 000000000000000004e23d400f7225b72eb4509f87246f62007a1e0fa8f446f2 1.00 MB 1,033 18
387,210 387,210 000000000000000006bec1b53ae1504ce7971f5264fb53fcc84dc93ed4e1599a 0.95 MB 2,962 56
387,209 387,209 0000000000000000078ca6b92930806a322e2d962656a04383fc9adeb05f2bff 1.00 MB 2,315 38
387,208 387,208 00000000000000000c585cadb972ca767022754d9bb1d323f4b715ade019d9c5 1.00 MB 2,958 44
387,207 387,207 00000000000000000c2edb9d050a1fd798832a7aca847eb8ed58fed0b7d16052 0.46 MB 910 30
387,206 387,206 00000000000000000cc8194cf71406a82561c3870f73749e10507e0ab8e64c1f 0.24 MB 404 31
387,205 387,205 00000000000000000889fa87a9cb0553ca534ba4ece6f004d11c590fbbca34a6 0.99 MB 1,107 18
387,204 387,204 000000000000000005d65e387adbf8d607a40f31e8b7d040324f819aeeab0652 1.00 MB 1,166 21
387,203 387,203 00000000000000000200b473ecbe29c73c6269e2eb390cb341dd10cb4946dcc8 0.74 MB 788 18
387,202 387,202 000000000000000001c3cb3ce7fe174242dcfbbb7851fa8fa9084ac83da9c5ec 0.81 MB 1,255 26
387,201 387,201 000000000000000005e7e38e167430a6ff022c8084dabb47d775ce454666353e 0.75 MB 2,188 53
387,200 387,200 00000000000000000d0f5b1608f9c868582e81ecb76ae0d4966e601aa75a9038 1.00 MB 879 15
387,199 387,199 000000000000000008caf04c276d96ef8612fa6649cbd203e49f6060ac1b50a0 0.93 MB 1,760 32
387,198 387,198 0000000000000000049d96e2e7bd253db0483edd780f3fab9f726f76c6248725 0.93 MB 1,526 31
387,197 387,197 00000000000000000078aaaea26211866014c0a4b6aba584c1545cfc2f2d0173 0.75 MB 1,750 37
387,196 387,196 00000000000000000a33569b3de6e0bc10f69f5e47792d90d00932957aafd37c 0.51 MB 1,310 44
387,195 387,195 00000000000000000516d1843b01bf9bb343a4438db111c04ef650af11c4c969 1.00 MB 851 16
387,194 387,194 00000000000000000d0716cfbce7fbc6ea1d194c2f39270f083f2fcfa9f966b7 0.20 MB 369 24
387,193 387,193 0000000000000000062e357d6f6fdd43d54c1544007b4f263cafacd901909870 0.75 MB 1,710 41
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.