Memory Pool Memory Pool Refreshing

3,826 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,295 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (594,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,755 313,755 00000000000000002126847e6d830e719b70e68a24e8a6ac89d8cbd33722d5f5 0.04 MB 53 23
313,754 313,754 000000000000000029d2b2855db0bce6a5559bbd10241211afc60f81501c14c8 0.00 MB 1 0
313,753 313,753 0000000000000000333865a4526c5829e479279e4be9150526d5858e9ffe8452 0.16 MB 187 19
313,752 313,752 000000000000000015698ec41e987a2cc715406b0a3c3ea25039b8fe78a53e04 0.01 MB 16 35
313,751 313,751 00000000000000000c1ca2f3cff72d7e76f99d3aef224884181eee02229156e0 0.19 MB 299 46
313,750 313,750 0000000000000000128ffe94bedebfc5689e3b4f1443d3adfa4f4571d11f54bb 0.13 MB 204 25
313,749 313,749 0000000000000000024647087a51e113f8966a4cfee49312cd593751ab568eb1 0.10 MB 149 23
313,748 313,748 00000000000000001c360d8c07cf1e820ec0d49e86d4e585a010b9d9c1e613dc 0.07 MB 95 22
313,747 313,747 00000000000000001aca4a77e8d9b8f3b673103ccaf856c994104f91240fc457 0.33 MB 524 24
313,746 313,746 000000000000000012a09295afc3297ac486ce96ffdbb93772992ee82bb490ae 0.18 MB 180 12
313,745 313,745 000000000000000007842ad741449f0929f2b8f5eed70ee6be93e5bad01e5767 0.26 MB 567 34
313,744 313,744 000000000000000036fb917384bbe54c98297c2a729acb1fb4edef8ddbbffb46 0.11 MB 160 59
313,743 313,743 0000000000000000204537ef1891716297ae1783b391fa1a3ce17cd4a75ab4f8 0.05 MB 128 33
313,742 313,742 00000000000000001e0ef1c7328ad2ef64594a734ba2135913709f9c06943ea8 0.02 MB 37 26
313,741 313,741 000000000000000019ac5e6880b518850993b4501a1b6c99b0467408371113c9 0.04 MB 10 6
313,740 313,740 000000000000000027f7521280e39be9b6ec0f4b55df1fdfbda084f8f11e64ec 0.02 MB 39 24
313,739 313,739 000000000000000032a9e2977e436b2ba635921fc35cc301bb2be2afe2b7fcb8 0.32 MB 524 27
313,738 313,738 0000000000000000115f2ce1c791d431d50a1fc993ae5faec9127f86575c9819 0.10 MB 256 42
313,737 313,737 0000000000000000023216fd8f5c1973a4a382617c1c5d6ab47b480d4064dc65 0.08 MB 141 29
313,736 313,736 000000000000000017b012b06f1f44f8271278797a21768fb3e032af8bf59298 0.21 MB 392 37
313,735 313,735 000000000000000001eeeaebf317c58f082bb70564c567747c9107d2caef5a8e 0.26 MB 365 33
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.