Memory Pool Memory Pool Refreshing

3,846 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,670 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (874,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,027 34,027 0000000032f709d666191c09df9c1cb84a2a055c54a6937212e4afe870fd9ccb 0.00 MB 1 0
34,026 34,026 000000006e21decc209297ce30587ac787fa00107972f300304cf9cc2c1174e8 0.00 MB 1 0
34,025 34,025 0000000035df37453cc75c603e351ebd50e800b3fdab7cdda2a2a0d4a449b9dc 0.00 MB 1 0
34,024 34,024 000000002d9e96310387cea2d2fc01052b537b5a01aca8cefb6f716caef275c7 0.00 MB 1 0
34,023 34,023 000000003030b613879fae20be5b589a6aed5356752d1e8983a61508a9010720 0.00 MB 1 0
34,022 34,022 00000000ca406bee2873d32d2c0b758e68136946dbdf9e0ff7e3871484f5f3cc 0.00 MB 1 0
34,021 34,021 00000000a9b5641cd2749badd0b719b1f2e5afcfde94bcff5b78cd934c381e4a 0.00 MB 1 0
34,020 34,020 0000000068b867e64c60eba3806655a27077cd4a447d9c5b39048fbdfe7452d5 0.00 MB 1 0
34,019 34,019 000000006f0b2960b7c8e1533df7128140641632e7cc2c64bc32f57cc27b7171 0.00 MB 1 0
34,018 34,018 000000007bc25d1ff3c1323ffa1c89b2d297d49f26351b5da54f3e67500a889d 0.00 MB 1 0
34,017 34,017 000000008fcb02e21c0ecd3deea4f1144f6d2499dae876a9b1d2aa52a306a42c 0.00 MB 1 0
34,016 34,016 000000004eb3306ce359a1e1e05d8f428e1ffdc20f74663efdf8402e54795447 0.00 MB 1 0
34,015 34,015 00000000329073c8bc102c4fd67de7bf0bd1c1963e8754cccbcf05fd0225dfe9 0.00 MB 1 0
34,014 34,014 00000000cb5bb9b513996a9328d82827ae8958b0485b98490f0d86b003809a9f 0.00 MB 1 0
34,013 34,013 000000004820dd74bf57518d8b725c7d1f949a807c19d903a9a98b636cb86e19 0.00 MB 1 0
34,012 34,012 00000000781aeddaa3ed75c1216a694444824b0de0409efd8922562bd417887e 0.00 MB 1 0
34,011 34,011 000000008fb4ae2f66ef563f155fc85bbf8d9465ce4cc8df0a111212c411ef31 0.00 MB 1 0
34,010 34,010 00000000d3851ac395cbac354914ddf253b0dcc729f3107497897b84f0ac9ecf 0.00 MB 1 0
34,009 34,009 00000000367b1dd3134e66cfc4e8504a723d3306ea169ba639c53cf78c90a539 0.00 MB 1 0
34,008 34,008 000000009092145b642923fabd9c57c4c4a48bebada711614d49654759738936 0.00 MB 1 0
34,007 34,007 000000001770620278949f1a4428463a11f2fab604229b290b507c941c2f85c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.73 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.