Memory Pool Memory Pool Refreshing

19,038 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,148 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (593,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,761 313,761 00000000000000002a5fe54856fdacb8bb594a4e4140a85984832be447dad8c2 0.26 MB 496 23
313,760 313,760 00000000000000002eb1894dbd0e2620a76519f72cdfa9fe45582fdb8be9f5a7 0.14 MB 189 20
313,759 313,759 00000000000000002b35f2ee6818d7521491371d4734d18caa2bb9457f211746 0.12 MB 158 16
313,758 313,758 000000000000000037291c736754bdaf4e8a8b571914390f8afdaa1ffc03e326 0.25 MB 413 25
313,757 313,757 00000000000000002085b39ac8c2ca96e7e024248fd096d9cfe05ceb481abb9f 0.60 MB 989 25
313,756 313,756 00000000000000000e4f8cb7c1a8f9c909c871568897df255ae54926323e901a 0.35 MB 513 23
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.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.