Memory Pool Memory Pool Refreshing

7,518 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,153 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (3,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
903,968 903,968 000000000000000000016bb7a94128ef7e169915f57c9ce448886b0ad449d1ae 0.98 MB 1,491 1
903,967 903,967 000000000000000000022633e33c417642f7150def8da0b960c3d004f09cb88d 1.61 MB 2,291 1
903,966 903,966 000000000000000000010f77224269b702068fa9898275e38fbc18ff726f8044 1.76 MB 4,275 2
903,965 903,965 00000000000000000000de9385f2afe2d5282fb591e9c6f6457467275e632fd1 1.67 MB 3,336 1
903,964 903,964 00000000000000000001e8031fb2b8052e28338b23e7601451fc20b14f6feaa0 1.56 MB 3,985 5
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.