Memory Pool Memory Pool Refreshing

2,659 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (651,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,715 256,715 0000000000000002b0350c32994424af44eba096e007300a468310f5d9f93120 0.05 MB 116 132
256,714 256,714 0000000000000013acf7ce01a6b2316386a9e8d8bb5789f250406d419b97c742 0.11 MB 279 131
256,713 256,713 0000000000000020450bf57730b5a7458c0eae2d20beddbb261068e997315123 0.23 MB 553 102
256,712 256,712 000000000000000bb1956695bca853ba55155673b58d9983a9093b67a85ba4ba 0.07 MB 180 124
256,711 256,711 0000000000000029bf74c4f29d4e444a638eaecaeef681eae39017e7aac6951d 0.09 MB 232 110
256,710 256,710 000000000000000840d86388c99bb176d69a5a2dff90b8b9d965d00df2b4c722 0.06 MB 165 110
256,709 256,709 000000000000002d08e6da7f2478cdb2d9c692e3d2dd2a51cc5ebd3f63eebeee 0.09 MB 240 138
256,708 256,708 000000000000000764997d7243f632c46909d43e9dc91151ec19f8a317783e3f 0.15 MB 374 108
256,707 256,707 000000000000000326e8d7e97010eb98814a02128ad58e0f7adf8d7e57485c16 0.15 MB 341 106
256,706 256,706 000000000000001bf7c6e01c0bc6f0c41f9b3e297561e17cf87bf5c1ac09a5cf 0.10 MB 210 116
256,705 256,705 000000000000000ee12b978a3beba76273528ee616de12c958a95582ea9e199a 0.08 MB 197 139
256,704 256,704 0000000000000004e88ca6c6d503ace2052463e335604e1c8807833b6766bd00 0.11 MB 256 120
256,703 256,703 000000000000001acebc47a186680200b5a053361b3c66b5df044f04731e4a2c 0.07 MB 132 123
256,702 256,702 000000000000001d30656a9ca1fecd92d3004d6df52e6d5ec995359a873834a5 0.01 MB 15 53
256,701 256,701 00000000000000287f723d6add20753a007c10440bb4323159f34961da0f7c40 0.05 MB 141 117
256,700 256,700 000000000000001191ac5247f603da619a2dd8302d59c91c5a4ceb3d30b6843c 0.08 MB 145 78
256,699 256,699 0000000000000007dd6ee1d4dd37b0383d6e48334cb182cd4aa313c3fe221d99 0.25 MB 570 116
256,698 256,698 00000000000000244bcc4903efd9d4a438fc6b3ef16bbd3d7ff6f1692884f215 0.07 MB 150 140
256,697 256,697 000000000000002361effbb9c285dcc7c7208b9762db0983eaeb7dc03e352f09 0.05 MB 70 24
256,696 256,696 000000000000000d4018f842ddee0eeee757b13354682ccc29704838d7a952a5 0.08 MB 177 111
256,695 256,695 000000000000002a8269e681a7f1d703e317c6b693b912233be4c3aef83e67be 0.14 MB 286 104
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.