Memory Pool Memory Pool Refreshing

4,230 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,542 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (757,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,276 150,276 0000000000000ae6b6b2410161f62547c654015e9ab78e8797dc1c55cb0b7662 0.05 MB 163 82
150,275 150,275 00000000000008faff10fea6d7472b10d78352361f7d8983c83ac3ab54f57e78 0.03 MB 61 127
150,274 150,274 00000000000006032681809fd587f087ca0f3ef13b771f6ada2b4d11dbe7fa38 0.05 MB 95 90
150,273 150,273 00000000000006e6910f47132ad853929e15b72f834a457f1951b56dd979fe1b 0.02 MB 49 272
150,272 150,272 000000000000093d630a0f83eaf9c8db1c08556a16a1a09d1189657c0d16f0d1 0.03 MB 46 117
150,271 150,271 00000000000007019c41eed68f8c148242f8d5be78fe8b43822cfe9915af21d7 0.01 MB 26 106
150,270 150,270 000000000000034619d44193d0bcc33d442e1c5e96a04ee9ab7d431cb7f70e41 0.03 MB 62 140
150,269 150,269 0000000000000477cfec9afc8470254a7a1617e94c28e840b367e0caf9d52b3c 0.05 MB 58 273
150,268 150,268 00000000000001ac03a604a5a718d2d237027310af383dcaa40ece39deab0d2e 0.04 MB 96 104
150,267 150,267 000000000000010c3fb32aa5ddc0c5ad77657de3a0956d1e38e153c825ad4879 0.02 MB 40 131
150,266 150,266 0000000000000176440b941f675ea15758105fc1b5a9861768202cdea5b353e4 0.05 MB 33 82
150,265 150,265 00000000000009662be670cc2f803d3b0dd63a5652e32828630ed79781aac575 0.03 MB 54 187
150,264 150,264 000000000000003c516ccf030fed7656bd46d634180eb8c8d995482f66167b82 0.04 MB 137 16
150,263 150,263 000000000000005f9eb90b34cc1077de241ccf742979525c92725eadf24dcad5 0.03 MB 80 159
150,262 150,262 00000000000002b6c2fef767e43e422988f7f4fe13e5c958fa2c01ffeffb7e1f 0.02 MB 41 72
150,261 150,261 000000000000035890acf5de14b5672fdf447959ebdc6b015165cb00af7355ae 0.01 MB 17 51
150,260 150,260 00000000000008be602f1e85c378461be74f53ef94cb6f156742667c71123bb3 0.02 MB 42 141
150,259 150,259 0000000000000a66d645ca3c84adf24d25067b24436fe31e9131783035474669 0.03 MB 81 134
150,258 150,258 00000000000003c6f522cf95ec4483e14cb71598ee4389c02047dc6ea93457fa 0.01 MB 41 376
150,257 150,257 00000000000007292be988fd1e1ff01ae336281a93c71804833cf9421427e2e5 0.02 MB 57 9
150,256 150,256 00000000000003dcda35bc4a952797c8469f234602f4d781db86e5e0592e2b5a 0.03 MB 70 140
Previous 10 blocks ↓
Total Size: 769.05 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,627.49 GB sent, 93.13 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.