Memory Pool Memory Pool Refreshing

4,233 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,654 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (768,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,924 138,924 00000000000007aec480fc53bc5350940feed8c014f51cbf361cf724424926dd 0.01 MB 17 69
138,923 138,923 000000000000049a47010f230e35c8db9239036fd5dad185bf8a5aed35ed6f4b 0.00 MB 6 79
138,922 138,922 0000000000000522dc88b52e3d70c1dbcd467fbe0a26ee546115b9666d09585a 0.02 MB 17 108
138,921 138,921 0000000000000696fa8354445195e755332b533fe157a44891453499307d9a4e 0.01 MB 17 243
138,920 138,920 000000000000036513e1c78836de36e4cdbb86b8a0a5df3ec44c20d3e20f3a7e 0.07 MB 247 57
138,919 138,919 000000000000087607ffe16b9daa21c4f3e6bae116528a55743a161a82e67cae 0.10 MB 379 2
138,918 138,918 00000000000004fd13d65b76f2fd0098d18e67ce4257b818589b3189a89763c6 0.05 MB 141 301
138,917 138,917 000000000000028c41be7c3a83fdc815ac79e6ad51e6d68e1cdf06b48e9b668d 0.01 MB 19 0
138,916 138,916 000000000000008aef96063fdb1c3cb19b6518bd0266ed4f086e4ba4ece44747 0.02 MB 43 113
138,915 138,915 000000000000066aeb9d8f9abf339a7af85adcbd089a27464373111a643ad17f 0.10 MB 318 4
138,914 138,914 0000000000000171afa26f9de8ceb8b4c5afee791e9691b03ea3310065600d61 0.03 MB 84 105
138,913 138,913 0000000000000749c4e07558b8e7c7f916954471f1cf0206040fe3a2dbfee6b1 0.00 MB 16 430
138,912 138,912 000000000000080d839a7643cb508ca6b69e34426add9adceccc0afc7b236d20 0.00 MB 16 659
138,911 138,911 00000000000007f99117611bcbee65e09ef6faf70a2f7e3bcc5f4dc8e7e7134a 0.03 MB 43 67
138,910 138,910 00000000000007fc411d345d4893fe57c69f64f54d8dbffa0b967ccd7b8b03fc 0.01 MB 29 767
138,909 138,909 00000000000000537be2b7ffcb3a727513a5cdb705134090e7685b942e6aad25 0.00 MB 7 315
138,908 138,908 000000000000091948571e1160a2a1cbf6c1f24af221f2fec45ec05f4f38e56f 0.00 MB 12 0
138,907 138,907 00000000000008354937a1c6ef6311e2a5e37a74b47317fcb61fb00bba4648e5 0.03 MB 37 565
138,906 138,906 000000000000065679d58a35515213dbcef080b15bd4d102bf8458e5c35d41f8 0.00 MB 11 580
138,905 138,905 0000000000000678002d54c73b598cecb0765a33df0bcd7bdb379caefda100cf 0.02 MB 34 107
138,904 138,904 00000000000000102fdd0a3f72d4c441cbcf14c367a58cb5ea791ff5b15664cf 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.