Memory Pool Memory Pool Refreshing

857 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (770,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,483 137,483 00000000000002484b09a3358b2e49a9195628f939db07156be46ece17d58c86 0.00 MB 15 575
137,482 137,482 0000000000000499ec5e70eef13b80758182966353d3c3fd39b6dfae63e68250 0.04 MB 102 153
137,481 137,481 00000000000007400fcc28d99c3dc596daab3ba04d5a041a1972e161e941478f 0.00 MB 10 22
137,480 137,480 0000000000000582c3df7b9fdfa3d390763e2cd5c28dde438934f425a5a53fab 0.01 MB 41 161
137,479 137,479 000000000000008448e070f153c857b54cb15288688d01bd53f4087b95b9a2ba 0.02 MB 48 194
137,478 137,478 000000000000048fffb44cd32566cb44600869a2b3d5f56786027355f05336f4 0.00 MB 15 376
137,477 137,477 0000000000000847bdb8a58fe2bdd56e6d6ff2f89f298982b9f84963ebd43966 0.01 MB 18 210
137,476 137,476 000000000000057b49b974705e67af47501e2766ebf5b0b2787bbe5534e283f9 0.00 MB 8 0
137,475 137,475 00000000000007b9101aa9fe381325a0e2c2002366f40b4abbcef15e93ec4430 0.00 MB 6 43
137,474 137,474 000000000000099cb119627db4f7f55c098d44aa9479c9ff9dfa35662b834b50 0.04 MB 114 178
137,473 137,473 00000000000007a0a1d5134d23d14d10f0e13cbddc397d6de87fa82f9e4b9cc5 0.01 MB 15 195
137,472 137,472 0000000000000662aed5f7e8d9d6ee6b5afc1b2e4fb7122242689477a6689913 0.00 MB 6 17
137,471 137,471 00000000000004a0bd874b4c695f73c8b787dc18140e205b091338c1e68c8401 0.03 MB 64 95
137,470 137,470 000000000000039bc10cc482ba016278e13417566fbc9bebab1fada88ea00258 0.02 MB 40 94
137,469 137,469 00000000000003c1a794e48f22f7aa4f83c57884518e5e4c62db2b4d8247aa9f 0.02 MB 27 186
137,468 137,468 00000000000002d25464e939405df9b0ac52db7aaea924ead6e9129f0f8f82f2 0.01 MB 21 290
137,467 137,467 00000000000001e3091b59dc2ee32e75ed25b9129675bf24dfaed64044c340e5 0.01 MB 26 867
137,466 137,466 000000000000048f329ea57f07805dbc2526f37043cd066d4c1eb0894eef0cfe 0.00 MB 16 37
137,465 137,465 000000000000097137c042f03e2da5e7c78f2c24eb989aff9360d0e421156ed8 0.03 MB 68 122
137,464 137,464 000000000000063555c43b8de63993da329f1e826b07153fa87e9eae050d0e19 0.03 MB 114 53
137,463 137,463 000000000000035f0e005175e84590f7d1f58d35c69312324753b2402edb92f2 0.04 MB 113 111
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.