Memory Pool Memory Pool Refreshing

3,313 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (804,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,721 103,721 00000000000359034aa9363acef5b96a295bf641d9d04196fa4883cda7e282a4 0.00 MB 10 0
103,720 103,720 0000000000012e75bbedbc2a5d85e2a1f13c40344ed474aa86860174bdaf56cf 0.00 MB 21 0
103,719 103,719 000000000000c162988ce04978c0905c88bc277f5b82f3b2675817e4bda88375 0.00 MB 2 0
103,718 103,718 000000000000dee2f379fce17b36dcab35d9462dbdb524a996601ad2c1eac745 0.00 MB 2 0
103,717 103,717 0000000000027809cae65b34a7c90c3b1f22fc2b0c01571ceab2c038f5e17275 0.00 MB 1 0
103,716 103,716 00000000000274f1cfe8dbba5da3ba27dcc1df53e22dc2b5a5336906c2010d6a 0.00 MB 3 0
103,715 103,715 000000000002e66596b645b667bd93b654ab224e73378f2fca7b3196cd93727d 0.00 MB 3 0
103,714 103,714 0000000000000e3cbae8e5cf6b1fa67d470e82fd41c41c00b4ae5e5becfa4935 0.00 MB 12 0
103,713 103,713 000000000000dc587ceb0c56f7ce7d47117074d0af545216c99ff0a785f2b4ec 0.01 MB 22 0
103,712 103,712 0000000000004137951b46de8915f73f7c04c4a4fcd5e68a063f250ac1b5d28a 0.00 MB 4 0
103,711 103,711 0000000000021a0186091d361948c40c567b70d644f4df7ee7572f0223711a2e 0.00 MB 2 0
103,710 103,710 0000000000003e39ded7e034d6b11d221ed482a57a5714214400e1924cbf18db 0.00 MB 2 0
103,709 103,709 0000000000007615581634ea25b4f3f2410a5b06bd5a6bb4e092d711198efe68 0.00 MB 3 0
103,708 103,708 0000000000004a0c0fcd05ac6469c3fa0e0e6d672eb862a6b6259f7eb690881e 0.00 MB 2 0
103,707 103,707 0000000000016013ee0456aac4b03e4e056c135d112834d4d571407fa44f36a0 0.00 MB 2 0
103,706 103,706 000000000000d2ffdfdfcb976841adb41a270e7bd90b5b899dbc63001e3cd85b 0.00 MB 1 0
103,705 103,705 00000000000206f354f14f64f16586f6431f6c39eb7dd8d0261d0a6add4e01ba 0.00 MB 7 0
103,704 103,704 00000000000004eb0b9c4df9f34fa26d7ed2a2080848648265ef7ee6e995033a 0.00 MB 7 0
103,703 103,703 00000000000327761f2d89500fb8daf38371a8a8c4e83364d97ff78d6f42a0cc 0.00 MB 3 0
103,702 103,702 00000000000370ab5c5127cdc7e63aae932518f80c3e92bb4815a8b649218f29 0.00 MB 1 0
103,701 103,701 000000000000bc9beeefb24da3181c661551c57b19ae7faaedb42805a5534310 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.