Memory Pool Memory Pool Refreshing

6,502 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (874,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,006 34,006 000000004d33c07fd2afc7eb354b39bb60a8323bf537d272ec399df48c83d11e 0.00 MB 1 0
34,005 34,005 00000000780311fa71bc85ed22c664e469bb49691d449a21fa2e5ee3d88612b0 0.00 MB 1 0
34,004 34,004 000000006327ac1fc9b1ca52eb2f99de320a492e1dfee8b11af1ca885709ff51 0.00 MB 1 0
34,003 34,003 000000007539cd0cc9262dacce3fb7896ab067128534ec91e3d6203f0d3dd757 0.00 MB 1 0
34,002 34,002 00000000a0a98885be9616aeca7642cc5fdf280275816d478a04f3ae45f96bd2 0.00 MB 1 0
34,001 34,001 0000000025dfa76b856cf6313669d4c6399099abf65402c2d849400427c60b04 0.00 MB 1 0
34,000 34,000 00000000495968d19210d3be15bd24fdc19805a0ef15026b0bb4482b04a9da3c 0.00 MB 1 0
33,999 33,999 0000000066b24100b7283867cc75925b0a07c7a19c1253f5183dec2e10c06339 0.00 MB 1 0
33,998 33,998 000000000f2a025eec4219179a1195182ebe8a31c5b034d9477d634cfaffff70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.45 GB sent, 101.99 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.