Memory Pool Memory Pool Refreshing

9,252 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (796,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,081 111,081 00000000000126e2c56b885da5ee9f5c4401df4f8b7c8f91d4779fb3352668f4 0.00 MB 12 0
111,080 111,080 00000000000042c21d081dd31b278695958e9ee74029dd8631c672b33c7bafd7 0.00 MB 12 0
111,079 111,079 000000000000af015afb5f29919af70fbad4dcd35ea7d885663341434ae6ab8b 0.00 MB 12 0
111,078 111,078 00000000000022764de5ea477233d4a722eae8fb503ea54a8feecacfd943b26b 0.00 MB 12 0
111,077 111,077 000000000000117f6b1e76c7dae913b7d1db88a6038f15d38581db3ed384f79b 0.00 MB 13 0
111,076 111,076 00000000000090a7c738f0a52545fd2950afee509df1ded40bcabcc7f09cbf81 0.00 MB 9 0
111,075 111,075 0000000000009ab56c11b09d4a903dbf7fa6249b21df57cd0a867566506b2419 0.00 MB 11 0
111,074 111,074 000000000000a2f8cc2d4c03dfe429857a07a8221458520c734c497aa5694ef8 0.00 MB 13 0
111,073 111,073 0000000000002e9ea80a7f9732eca96fb4dc98ec01d2f3d616b2032190483736 0.00 MB 5 0
111,072 111,072 0000000000006475d1d218b07998a93f30bf1e7e1fe9190c8cf681ea2b9630ab 0.00 MB 12 0
111,071 111,071 0000000000012373674505bcaadbb377c63d543134df463b7ef9d0211ee08274 0.00 MB 10 0
111,070 111,070 00000000000109659423f6591b07909d3ba27514a6bce2410a92e24da030b610 0.00 MB 11 0
111,069 111,069 000000000000edf1c86b04cedae72417a40df6e114853ddf387f6502e37f96e2 0.00 MB 14 0
111,068 111,068 000000000000801a6230ca2e372b78a1b7f6d2a877db8a426126ac7f1c086a64 0.00 MB 12 0
111,067 111,067 000000000000054835980442f278340578a63d7df139c54cfc8d3595503accd1 0.00 MB 13 0
111,066 111,066 00000000000093ef534583b933ba55985b2601a2075faeef958f7c98c861ce97 0.00 MB 12 0
111,065 111,065 00000000000055eb71336aef60fee8d6227016ade81e72928ffeafa42d455a24 0.00 MB 13 0
111,064 111,064 0000000000006ed1742e1069b6c94eda1983bfdab9836a37eb8169f7c4f640fa 0.00 MB 12 0
111,063 111,063 00000000000080688175e90da10724c0544e180bb230f234bae4812bccfe75c8 0.00 MB 3 0
111,062 111,062 000000000000c3450da94ee0dd85067ced39a45b7ceafb4f4cb74540d801d280 0.00 MB 12 0
111,061 111,061 000000000000800562f91eda9fc2c3b955ec93c09034fb36d9a3696ca0927f02 0.00 MB 18 0
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.44 GB sent, 92.72 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.