Memory Pool Memory Pool Refreshing

8,175 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,570 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (851,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,112 56,112 00000000058529dec6ee6c4ec44cdc34d96e860ce1f3db58ae1b24b67da11e32 0.00 MB 1 0
56,111 56,111 000000000dfc809c792695cf70c21ac1939e6a102fd9fe8e2ee44830d1b54b0b 0.00 MB 1 0
56,110 56,110 000000000062c9a21679da95d045be9a3f0eefadbf538a903fbb13a75fd552ac 0.00 MB 4 0
56,109 56,109 0000000003e1e71bd8d689e838ba4b35927627707e0dd8af10fd119157dd252f 0.00 MB 1 0
56,108 56,108 0000000006888371e65f0295f58908004d7c29cc666fe29fd9f80b8effed5824 0.00 MB 1 0
56,107 56,107 000000000202fb03ca926e3f6792b7aaea3352ac186d1e145d3f8388c650f531 0.00 MB 5 0
56,106 56,106 0000000004bbeecd47acd0a6af0783cec68952e4aefdbeaa8f4f4b67ed9eb96c 0.00 MB 1 0
56,105 56,105 0000000010ee1f939bb445a07b6008a5897ecc812e92977f5cf41b5ef406e3f6 0.00 MB 1 0
56,104 56,104 00000000072398ef4f19aeaa5312f886525e60fda693d7b0252a981693b34f7b 0.00 MB 1 0
56,103 56,103 0000000002a2829b4ddf169e124abcce4af2a59f00f7038e41e29cfdb9cdab9c 0.00 MB 1 0
56,102 56,102 0000000002681c9a5603cc5701239fcce5a85ad4a50a9935c5cc98deee8abc67 0.00 MB 1 0
56,101 56,101 0000000007c505cceec93b386fce41a89be522e8af80eb1d81e81fdb7f1e5836 0.00 MB 1 0
56,100 56,100 00000000101f59e944f7069d4e34cc403eaeabfc89db6607ba53aefb4da81fb5 0.00 MB 1 0
56,099 56,099 0000000002c23c744096dd548d05dce66abf68481af4b9118064d1a2b19fd675 0.00 MB 1 0
56,098 56,098 0000000013b274b20e2f62e9f2e68abb5e22822f31ebced802e337fb336df7bf 0.00 MB 1 0
56,097 56,097 0000000000d4f6df6717fa89f0298f112c30a411d419eaa31d475932a72aa5f0 0.00 MB 1 0
56,096 56,096 000000000d43e55329cc7520e862cae9f10b516ca2bb529dc3d18fa59c59ef22 0.00 MB 1 0
56,095 56,095 0000000001a76ed707947d04f7d656ad029e9b1528561248be303a8f77bb250e 0.00 MB 1 0
56,094 56,094 000000000101757df99ac60ae37c7a796da878a5eec3f3da75c3acbc2d2a00ef 0.00 MB 1 0
56,093 56,093 00000000031b1d252d532879228c4b78b59931105b4f63fec97ee6e2091511c7 0.00 MB 6 0
56,092 56,092 000000000e0c04f0f50dd5e3e8a564d664e30a5797dcf04a5928eada9aa57145 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.65 GB sent, 96.48 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.