Memory Pool Memory Pool Refreshing

8,711 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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
906,557 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,162 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,556 (196,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,157 710,157 0000000000000000000a6dc106bee4070425a99fbe5703a66c20679a67a0848e 1.39 MB 2,123 10
710,156 710,156 000000000000000000019cecfcd67977c5b0b3b06f8679484299481f21c7c77f 1.78 MB 1,475 3
710,155 710,155 000000000000000000044a5894ecd45489852cf63d3530138d576f2cfcec2c22 1.43 MB 2,387 6
710,154 710,154 00000000000000000009ceadfbb857ded32d04c4e8ed18af5d936855b930b815 1.51 MB 3,076 11
710,153 710,153 000000000000000000070e5ad0a55939d179b66c74bcff99d34b5b0b9c38798b 1.55 MB 2,702 34
710,152 710,152 00000000000000000007fbb4a8916ef077f0317ec28b209b224801d255002a52 1.87 MB 754 24
710,151 710,151 00000000000000000004c90899490c5c5a53a55a2af7f8ffb220ad9eefb92cf4 1.84 MB 549 3
710,150 710,150 00000000000000000006e182fdd6817dbc692780d399a5d61edfbdcaa475edff 1.88 MB 246 2
710,149 710,149 00000000000000000003a89cce58ed2a00f1d364be5befc41a8d91e7418ef060 1.55 MB 3,817 4
710,148 710,148 000000000000000000010847fb5d61f8e19aaff459c96a4e524585563b2dec0e 1.22 MB 1,129 4
710,147 710,147 00000000000000000003139ed34315478ccb08a806442bd1c096ce7a51e92830 1.75 MB 2,193 21
710,146 710,146 000000000000000000076c63f9fa036370ed256c4672c044d85a3c557a294ee4 1.51 MB 2,624 5
710,145 710,145 00000000000000000008d50b1cf9616663369067d112c9b80393055e1f31404f 1.70 MB 1,735 9
710,144 710,144 00000000000000000008acd5ee21d4e7b14beefffa8b5e90091c8f3a01fcf4b9 1.72 MB 1,694 9
710,143 710,143 0000000000000000000b200dc5fcdb1b17b232fdf8433229972e7c7f4552ce09 1.43 MB 2,320 10
710,142 710,142 0000000000000000000540a51816e4cfe1434a62ddb23642d5c5003fccbc41b7 1.52 MB 2,997 20
710,141 710,141 000000000000000000080499ec6cc59c3d9bf99c3319d457aa6b54201ebf5253 1.52 MB 2,981 14
710,140 710,140 00000000000000000000e83c981ffdf9fb73d31ef3f64ac7772ef1627185d03b 1.50 MB 2,729 10
710,139 710,139 000000000000000000086e525463f00da70f517593cdf4f2b1416af398423a8a 1.55 MB 2,852 14
710,138 710,138 00000000000000000008d4ce047501ba11f052d4264456a5365b333bc79f2f5d 1.38 MB 2,225 7
710,137 710,137 000000000000000000071d489cdccc508b5fee9c57197536f113bb27333971ea 1.51 MB 3,235 8
Previous 10 blocks ↓
Total Size: 766.88 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,477.22 GB sent, 81.68 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.