Memory Pool Memory Pool Refreshing

606 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (718,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,404 189,404 00000000000001c8481bb4762a7fe42f6453d55ee52654d317b9c9a587f804e1 0.00 MB 12 15
189,403 189,403 00000000000001908312dea7aa5a261fefbd5505722b2423442a7e880336ddcc 0.08 MB 177 105
189,402 189,402 0000000000000105f9ac1a248619776d6318200a9f65f9f71c111eed97b56c80 0.05 MB 128 312
189,401 189,401 000000000000074171e74478711785b9cd59b76dc34eb047a7b3844253763c7c 0.05 MB 137 105
189,400 189,400 000000000000078c17e9d38755542066b674ea5ac5d4062486ca3e7d3bad9978 0.00 MB 11 15
189,399 189,399 000000000000040a734b3fd8ca775187d3db3c4b387b7d238ffe28c1f7bfc0eb 0.04 MB 57 45
189,398 189,398 000000000000029479595ffee8dca2d6bdad2484921b7651dd250f97390cf3b8 0.19 MB 404 114
189,397 189,397 00000000000004d6497ee74c7e440b9f2d89a2d0e35cd47b7e2a7b4f5320e43f 0.25 MB 353 117
189,396 189,396 000000000000054a11b639cdd569577fc7b7cf1e33bb2edf7ce264ebfb99cbe2 0.01 MB 18 61
189,395 189,395 00000000000008ff17e6c3fe743217d92c65a2d08472cb5caf8a5708218bccb7 0.03 MB 49 78
189,394 189,394 00000000000008868d82f268ecf23bbb0ad18d654c53cea886a0ce3d9057a2e0 0.12 MB 247 95
189,393 189,393 000000000000067b6952f93e1c839bc0a24b547c05fb67a4cfee55a77acf126f 0.04 MB 55 40
189,392 189,392 00000000000006b9e59ffc916c4b05085a71466591abaf0c8b99b95d9843cf7b 0.14 MB 351 132
189,391 189,391 000000000000019063d17cb001878d3b2efb3905326d3a97347ed22993db4219 0.24 MB 535 127
189,390 189,390 00000000000001918a92ab9ce1a3b2eff0e86b9415694ecc91eea63d10c386a0 0.05 MB 158 35
189,389 189,389 00000000000000d8b51040629833da6c48ef4bf4cba732e417003ab7c989727e 0.25 MB 481 112
189,388 189,388 000000000000006f9cb0f52ee25cf139efefe22a5b8c6e1bf7cde7c046a33d50 0.05 MB 127 154
189,387 189,387 00000000000008d75d5c8116511ffd526bd89926dd55b99f4abe0be56ac6b753 0.06 MB 187 104
189,386 189,386 000000000000074ad0845cec77b6d1a7bb019876f2530b37ccf8d097520846d6 0.01 MB 23 48
189,385 189,385 000000000000064017d191eaaedd637de5c6039a1d53de4b99637023fc9bb038 0.01 MB 49 154
189,384 189,384 000000000000083917754044abb0705a088ab2b3cdf29e104fa9d3a708241251 0.05 MB 132 151
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.