Memory Pool Memory Pool Refreshing

2,573 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (629,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,624 278,624 000000000000000299abcb880bda1650d133adc0390c53aec1810daade4e02f6 0.25 MB 240 28
278,623 278,623 000000000000000269b03e85f508420891b2f3d727a67f1bf47e9b0c9bce6a8f 0.50 MB 432 18
278,622 278,622 0000000000000001fe63171693741e04749e0d14a039ad93c7779cbd940ca63b 0.20 MB 429 45
278,621 278,621 0000000000000000cfa133ff79e2bc9a7ed8eda6d21c7992e296cf5fed54551c 0.03 MB 74 37
278,620 278,620 0000000000000002f9362284609010511237af47024a0d2cf5b4d5841b3547fe 0.50 MB 1,324 67
278,619 278,619 000000000000000091817642d3a3e628bf5afd198f057b17f5796239b9cd709c 0.50 MB 1,380 74
278,618 278,618 00000000000000019095e5e401738722cb34cf704658e8c5f23f0d4716a98476 0.25 MB 606 72
278,617 278,617 000000000000000115075d7a69c34aeff118fe4e29bed0e452d2f9fdeab27a30 0.03 MB 61 62
278,616 278,616 000000000000000006d50dbe0c21b09bf128a5f2a23b01fe2d84c30fdc70261b 0.50 MB 1,158 43
278,615 278,615 00000000000000007e3af7f935131d925eea58659e6171304a4aa53d8c84d998 0.25 MB 739 81
278,614 278,614 00000000000000003fce752ccafde7d45c25e741bd0ded09787d8a84756e3739 0.22 MB 363 33
278,613 278,613 0000000000000000c132000e2da47e369c5f6fa17d6cc626a678268af4106c42 0.25 MB 647 57
278,612 278,612 0000000000000000046eee0c96d835a6a275ba3c8c2607b91a9f71a04278a490 0.20 MB 348 35
278,611 278,611 000000000000000108ba0a5aa2b384e218c19e63fcb4f26d8092f312eeaabd03 0.50 MB 1,105 46
278,610 278,610 000000000000000108a7ed3268f150e73e25de4fd541bfbda6ffc59aac8d7856 0.07 MB 162 64
278,609 278,609 0000000000000002ee6454c3ebbbc14730ba59de4dc23cbcd8f7af532448c683 0.41 MB 386 21
278,608 278,608 000000000000000192c5f077e57987841140b01d0758fb5f065731d7e036efcf 0.25 MB 454 41
278,607 278,607 00000000000000012c6fd6321531cacfc9b663647df45e3f96f3416700693cc0 0.50 MB 1,190 42
278,606 278,606 0000000000000000bccd8de6ac87df88010e356075ea98515a2369566a89b47c 0.03 MB 39 17
278,605 278,605 0000000000000002cb42a20bf5e4888185721d9e5700a8720672eee7b068eeb8 0.25 MB 716 58
278,604 278,604 000000000000000188dcd90c7a1702b679e7378ac0e3fca1c1b7f39beda38819 0.25 MB 785 89
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.58 GB sent, 93.44 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.