Memory Pool Memory Pool Refreshing

2,358 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,358 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (107,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,220 800,220 000000000000000000002c23ebeb177d292b11dc1ed0765fb1c19fb374793029 2.01 MB 6,162 6
800,219 800,219 0000000000000000000383192233f8b9203c4aae45b383ddd84b943be2ec78c5 1.61 MB 3,708 11
800,218 800,218 00000000000000000002b6df2ed6dd49b9d11534fb9afaf918b71740d4e9e743 1.73 MB 2,894 9
800,217 800,217 00000000000000000000f12dc6c53117a49de77fe302aee75ea2e425b8d42a35 1.61 MB 2,342 14
800,216 800,216 00000000000000000005191ad831d53cf4c0b1b9c3556b9cfc1595018826bf0f 1.48 MB 1,661 11
800,215 800,215 000000000000000000015eeb062ef12db34f20cd301b0c994cfc25c4363f976b 1.58 MB 2,340 12
800,214 800,214 0000000000000000000173ee8f09d189a53c40a10251e58aa0b27d88c26fd8b8 1.39 MB 2,114 17
800,213 800,213 0000000000000000000191365c48acc76f6f2880a0076a84caee11fc939ce875 1.58 MB 3,162 14
800,212 800,212 00000000000000000003c1df02b2bb37fb41b8040d2217c32f2f6aada6494193 1.58 MB 3,801 21
800,211 800,211 0000000000000000000397c6c2678eeb2d6470a8e3ddf4161e38bcfc1717ece4 1.55 MB 2,498 13
800,210 800,210 000000000000000000041e3d3be055f23f5d20034c4592e176a1a7cfc144f420 1.83 MB 4,617 10
800,209 800,209 000000000000000000048682172ac9f735c6e50435687e332498fe71e7572010 1.38 MB 2,657 14
800,208 800,208 0000000000000000000035f3acad36a9d2ed80e5011ac6cc9eea75743871a37f 1.70 MB 4,007 12
800,207 800,207 0000000000000000000253b7a0f2bb82b6084b7e3e9c80272da50a601b5d918a 1.82 MB 4,585 7
800,206 800,206 0000000000000000000411b5e3962b9eb31566884df51024a838ac258e629544 1.70 MB 3,224 11
800,205 800,205 0000000000000000000079844d6f104ad5110b4f4bb13e6aaf00359c71a79089 1.38 MB 2,216 13
800,204 800,204 00000000000000000001e3be5f576dffc265c9e450978b2b2f267fe44fbfc3ce 1.75 MB 4,342 8
800,203 800,203 00000000000000000000504f8b61cfef4d4ba5a40d2bc217ee928737d3b635ed 1.55 MB 2,789 9
800,202 800,202 0000000000000000000030e6d65eb04beb373255d18ed7198fa881ea5a0abc89 1.42 MB 1,771 9
800,201 800,201 00000000000000000003d173cc439ebf8f9e294dbc54b39efa4fb8c4caea477a 1.56 MB 4,019 21
800,200 800,200 00000000000000000002fffbc886e1b5dcad46418aed2676658383f54a8d61d2 2.21 MB 5,435 6
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.