Memory Pool Memory Pool Refreshing

439 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (650,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,016 257,016 000000000000002cb2176482fa2d0a88c6ff806e13ad533202d5e6d90d8d1e4e 0.23 MB 575 152
257,015 257,015 0000000000000005116e5be48f770a21762a9c307983806d192c82d2e0ea4cac 0.02 MB 53 91
257,014 257,014 0000000000000006ca5b8f8b687d3963c65b858e128ac7e223a74fc9a2d7ca6a 0.00 MB 11 36
257,013 257,013 00000000000000149a87ee69c3decf725a90fa815242b655ce322d96298e96f5 0.17 MB 415 138
257,012 257,012 00000000000000185109a83ab9ec457e2178a54bd861d779555dc0c4ddb223e9 0.07 MB 91 101
257,011 257,011 0000000000000022c73ef15085a76d3e5ff87c37edcf03cec2bdf1c4009285d9 0.19 MB 467 313
257,010 257,010 000000000000000c277e239058c26571919843e98534a5e4e6b88af0f7990996 0.05 MB 77 286
257,009 257,009 0000000000000029b44a34ed1e591566244a501a962e8b3dcc93f110c9470872 0.17 MB 477 134
257,008 257,008 000000000000000ab9c6dcc1ef8cd680e201c5593eca41a826c94537f9a5dfab 0.07 MB 156 91
257,007 257,007 000000000000002390b442f6d327e9d1554dbcf6810b23b8b2b861655e53e0cf 0.12 MB 302 97
257,006 257,006 000000000000000bda286a28c0463ca09c4125afdf09fbaeec4891289bde5de0 0.13 MB 267 104
257,005 257,005 00000000000000137398c2aba881369bca5f67b4aef8178bdbf3b098c347a5b2 0.10 MB 252 103
257,004 257,004 000000000000002112a6fcc5697263f0595f1e5388ca1bd9b266b74e23ab0b42 0.24 MB 618 173
257,003 257,003 000000000000003085ea8d6a57b0d559598a49725b0b0d5ea69457b6eb1e36d1 0.03 MB 50 42
257,002 257,002 000000000000002ab24adf5d813bf652c3b80b066e28f0b2faf6bf4a8076a698 0.02 MB 34 37
257,001 257,001 000000000000001f63128296d97334405cb5eafc4f5c86080000828cc47dde6a 0.13 MB 287 88
257,000 257,000 0000000000000009e6e35821509617f787a8c154a67b1f2f2f8f5ad8e85f65b0 0.06 MB 141 99
256,999 256,999 0000000000000001c6cb0aa080f03e021187879f66b8e0cc88a648b8d6fda5ad 0.09 MB 227 114
256,998 256,998 000000000000000f76d45ef2cb4f5519023a9389142ad99c24ec40b351e95709 0.02 MB 60 75
256,997 256,997 000000000000001caf2bd2e27a2ee1f39619428ce2e9f4f8e77adc81f0b58cbf 0.18 MB 456 39
256,996 256,996 000000000000000a28a369a0a7f8ac5662b04270257449fcd3b78f8eae945097 0.25 MB 653 148
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.76 GB sent, 93.70 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.