Memory Pool Memory Pool Refreshing

4,911 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (3,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,989 903,989 00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5 2.33 MB 2,301 2
903,988 903,988 00000000000000000000e6ddf0fc821da4dab429d5acfa359880290b7b44a4a8 1.70 MB 1,851 1
903,987 903,987 000000000000000000019f3ff6e0e9b59a5f13e9514c21c8912c92d7592de88c 1.52 MB 3,137 3
903,986 903,986 000000000000000000018489bbf37304c777fdeba2452fd5dfdc11da4fbca357 1.56 MB 2,734 3
903,985 903,985 000000000000000000013c0d325118995f9c879709f46385ae594da8e0bc2ccd 1.66 MB 2,367 2
903,984 903,984 0000000000000000000087b642f155c468a5602697589668345c767bec28b6bc 1.62 MB 2,860 2
903,983 903,983 000000000000000000024832ed7996d8b80cfa1167d0f7fa7f192eb3c3335424 1.70 MB 3,009 2
903,982 903,982 0000000000000000000043d184d8d0a67e8b287e25c504ea57bfe56868265c57 1.57 MB 3,290 2
903,981 903,981 00000000000000000001b37f2407777cac304f67a0e11adcd1304da839a1918c 1.78 MB 4,902 2
903,980 903,980 0000000000000000000130cf0c4f2a539b9a3a156b624d6c5b87101ae244be2b 1.69 MB 4,093 4
903,979 903,979 00000000000000000001077097aed4fb31194c3173710cff323514d579d83f2f 1.53 MB 3,621 6
903,978 903,978 00000000000000000000280ef26d12e33789404b5635e8e74de14f620fc7f135 1.68 MB 3,202 2
903,977 903,977 00000000000000000000e117b53216307ebe2655b404e58dd5a640a9d3ddc817 1.74 MB 4,413 3
903,976 903,976 00000000000000000000c5dd33199657999f31bf592d1e960b9e8cb9d9b69202 1.67 MB 4,057 4
903,975 903,975 00000000000000000000fe698d4307c30c09384f186884c86b26f12d987ec6ce 1.51 MB 3,908 4
903,974 903,974 0000000000000000000039fdc418400b45dbff40b02868473e3e70cabf5ba48c 0.61 MB 1,117 2
903,973 903,973 0000000000000000000169f86971e169fa42650b54edc432eb5a379fa0782081 0.75 MB 1,206 2
903,972 903,972 000000000000000000009424bd95ae2ed7e058251248e8802f32e8f7e933d2dd 0.70 MB 1,280 2
903,971 903,971 00000000000000000000878ed09488e4e124d882d771ed6ec3962d9a36cc555d 0.28 MB 436 2
903,970 903,970 000000000000000000024e3e32fc533a2eab4c58be882e498de7a0eead037bcf 0.65 MB 1,701 2
903,969 903,969 00000000000000000000fb201d73ce045d06b61ce8142686c156d69ecf332dbe 1.55 MB 3,098 2
Previous 10 blocks ↓
Total Size: 768.97 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,615.54 GB sent, 92.65 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.