Memory Pool Memory Pool Refreshing

9,712 transactions
22.16 vMB
Show Random Selection Loading Transactions
Max Size: 115/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
881,747 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,746 (54,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,121 827,121 00000000000000000000be726053dc4115bdeb9d56985a3545af0084f956480e 1.95 MB 3,684 31
827,120 827,120 0000000000000000000374eaa3996ee53deaf904cafb49b6d0c8cdef1c8731c3 1.83 MB 724 26
827,119 827,119 00000000000000000003271f9eec306c8cb0fedf9e76569e3004294093398064 1.59 MB 3,182 41
827,118 827,118 00000000000000000001d81044f4d58eda0a4793dbd645c765730a938431bbe0 1.86 MB 3,993 32
827,117 827,117 00000000000000000000b431f304ee89ee0da46a7d6c62b546ecf334e566b4b4 1.54 MB 2,966 41
827,116 827,116 00000000000000000003159aeecf99e6d4a840282b31dd5048f73251c0315fe5 1.78 MB 1,799 37
827,115 827,115 0000000000000000000137935746807e90e780689f2212f50fc78988a8004ed7 1.59 MB 2,993 43
827,114 827,114 0000000000000000000062747bc6629fdb23c986f9332d7e12c64d81b904f57a 1.70 MB 2,750 41
827,113 827,113 00000000000000000001866127f4eafd28f5f519e82b45e11c954f3543a1ffe7 2.04 MB 4,252 29
827,112 827,112 0000000000000000000242d97f073cb164d5de579801abba3cd06b13cef66047 1.80 MB 3,804 36
827,111 827,111 00000000000000000003a5d1da83883234c1ccec1e1c188edf9e2529431e6819 2.13 MB 3,226 27
827,110 827,110 00000000000000000002defa85a52db0ac0a3fb4b2cf11e413abcc956ce033c8 1.84 MB 1,623 32
827,109 827,109 0000000000000000000365f6dbcb5930cb340353208732cb1903d8de33a457f2 1.83 MB 665 31
827,108 827,108 0000000000000000000386fdcccebe38dc59ad1fedd8fe6df4b5132787297324 1.82 MB 2,129 37
827,107 827,107 00000000000000000003213dcdc2a0af1920b689991293a022d5744a7cdd0120 1.82 MB 2,047 37
827,106 827,106 00000000000000000003c52f5bd64be60c156a90caee6c7e6c770a96ed74dae3 1.67 MB 3,674 53
827,105 827,105 000000000000000000003bfc36f244eceefec41bb9cd74d1ef3752692ee568ee 1.63 MB 2,395 50
827,104 827,104 00000000000000000002c94b71c93c24c9a7d1f4432b51e594cf9173ee996010 1.73 MB 3,693 29
827,103 827,103 0000000000000000000022eaf578bcff5f1a51ff6266555fdd8b0018a731f9d1 1.79 MB 1,717 31
827,102 827,102 00000000000000000003622c4fba76f797f9a57d8e24c42ce93b3e3fb23a6d4d 1.57 MB 2,071 41
827,101 827,101 00000000000000000000c89382ce1f9b72f1be38b2c3bebfb0b1cfd07f5a43fa 1.93 MB 2,192 42
Previous 10 blocks ↓
Total Size: 721.91 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: 2,022.46 GB sent, 72.92 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.