Memory Pool Memory Pool Refreshing

3,987 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (631,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,924 275,924 000000000000000120de24d1f6dc2984f3d3747eea9c73b1f858cb20ef6d4e1f 0.02 MB 31 64
275,923 275,923 0000000000000001bed2e1a869868e9b8227416e01ddcad1a4d1de026d520611 0.14 MB 221 28
275,922 275,922 0000000000000002644a6d10f9a0a7f5d1c7cf5f194099c420b6f4b531bae689 0.29 MB 590 54
275,921 275,921 0000000000000002c3096e037eec2d535e7d4e9a0b367dd5db50c914796d9bc3 0.13 MB 54 2
275,920 275,920 000000000000000012e77685ac6b7555c06121a1aa4de0968ce5d549290cab32 0.14 MB 102 12
275,919 275,919 0000000000000002fa4891d9b8e534aae86c9eb6fe08d0b0ed089054ae10c97a 0.25 MB 678 54
275,918 275,918 000000000000000462089d781eb09b35a7b4478ea8a017549fabcf7341f606c6 0.03 MB 90 117
275,917 275,917 0000000000000001cb9bda8706b4646c45d61db403adc8e08e146be300fbc0eb 0.15 MB 72 2
275,916 275,916 0000000000000002d18d9be7358b6e9b38f61595a50754ae5922281f75989f2b 0.24 MB 469 51
275,915 275,915 0000000000000000c21e9ce36d65b1fdb8fa7f765ad0db5509da9b2a3ecb2abd 0.02 MB 60 103
275,914 275,914 0000000000000003704708fef7fdecde5acfdcd050ccb6d0015799c9e626d3db 0.34 MB 683 49
275,913 275,913 0000000000000000a37e08fccf13711d56f52f5bd7f8af510445cb1fc47cdafe 0.15 MB 321 32
275,912 275,912 000000000000000072e1f5aceb0fffcf0f343d1dd7168129ef12a7901dddf790 0.39 MB 875 50
275,911 275,911 0000000000000000202ef161a8676f21b566d309a997636af3ead573c244bc1e 0.03 MB 19 10
275,910 275,910 0000000000000003d9ae28d958f5229a532bd0264804e319fe38b8fde511eb9f 0.15 MB 337 53
275,909 275,909 00000000000000028ac53587ee6142bed275da6583360b92aecabd3aa37ba8fe 0.32 MB 746 50
275,908 275,908 0000000000000001e2b436058b656bff498bf58d68b17d3806dd78bcf4d39a0d 0.14 MB 127 19
275,907 275,907 0000000000000001e3b2979d0955baef50f126b15dcdd5d52563e5eeb3d6c553 0.18 MB 488 51
275,906 275,906 00000000000000017671302a7d7650b774f8b28d99734c17c755ff05517e9ef3 0.15 MB 334 47
275,905 275,905 000000000000000112853d761c935b171a72cb2cb11eb4f819c754e88ef5c779 0.14 MB 275 50
275,904 275,904 0000000000000003b0e46107f8c7cd9d9c6a041eb4e4e911d2b838625d155751 0.15 MB 157 13
Previous 10 blocks ↓
Total Size: 769.05 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,627.32 GB sent, 93.12 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.