Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (227,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,455 680,455 0000000000000000000794db66f9d05f61c1770b1ca09a529e6d84298a1a4225 1.11 MB 949 184
680,454 680,454 0000000000000000000b7343dacc8d7f4cf45b265904541a76f7157515c7f2e8 1.31 MB 2,198 70
680,453 680,453 00000000000000000002e140039ff5aa94a1bbc0bc01034d78d28f6974e19dc5 1.43 MB 2,774 185
680,452 680,452 00000000000000000003bf1890e37eefea911bde868a5e36e82f8d6f0237259a 1.37 MB 2,690 145
680,451 680,451 000000000000000000018aca3faf133b16dbbce4dfbca77ae5f8d8f884695303 1.45 MB 1,701 79
680,450 680,450 000000000000000000033fad8b652c424af35fb89da202361319fe1b89ce37b3 1.20 MB 2,449 64
680,449 680,449 000000000000000000038d5f8547767e671c95c2768444ea750c3c58bbe20049 1.15 MB 2,793 84
680,448 680,448 0000000000000000000397fac76078c73e0c50e2b417c3c1deef0256e61a927b 1.48 MB 2,127 122
680,447 680,447 0000000000000000000798cdbb79fe1153058a5f1e020e96ac30c9c4f9bcdefb 1.64 MB 1,219 185
680,446 680,446 00000000000000000009fd816c4183395c35376c4c57591edb25ec6d4a35f1e1 1.35 MB 2,774 218
680,445 680,445 0000000000000000000532edb60867e073bbc70d613561bc6b6d0d4a877b0703 1.16 MB 1,227 206
680,444 680,444 0000000000000000000af822ef17090fca02e055dc02cfc7c0b7ee054f999c95 1.32 MB 2,283 61
680,443 680,443 000000000000000000072dedd0835d92720ec1af0b4f7ce91d36bcb3198864dd 1.33 MB 1,752 61
680,442 680,442 00000000000000000008d140b6ebaaaa8fb486411e63cffedc63036c5e82aa8a 1.13 MB 1,636 90
680,441 680,441 0000000000000000000728acded9ddbe23bdb3d88a6050a498cef594fc07f75e 1.28 MB 2,605 88
680,440 680,440 0000000000000000000799528c2bca4c62938f0180b26c0bf85136e611423037 1.52 MB 2,308 198
680,439 680,439 00000000000000000003f129ec328fb405e3c0c4457118b1ab832fc90d9e2368 1.29 MB 2,857 130
680,438 680,438 00000000000000000001f24278f5604faa91f20c3468129b834dac28cc27bcbf 1.26 MB 2,166 95
680,437 680,437 0000000000000000000ace0b2d22f21e58b734b91adc1014e8262ba71b3683dc 1.40 MB 2,010 61
680,436 680,436 000000000000000000093014aad020fe4128d09dbe4476870859d13569d2e69d 1.20 MB 2,517 80
680,435 680,435 00000000000000000007f5af1aeb1312627d2bbd6d8cc27c5e525f303b23b73c 1.20 MB 2,618 89
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.