Memory Pool Memory Pool Refreshing

5,719 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,727 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (860,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,980 47,980 000000001134b0fa1239850955cd7f0de7e4c48b5ab360fd731d843729ab32ad 0.00 MB 1 0
47,979 47,979 0000000011cd6483ede16e072685f6aacc59b32107d9fc5ec5f8b9693f3d1f9f 0.00 MB 1 0
47,978 47,978 000000001da0d55354662ff4164d9b953b95e9f5bf8c0b7b1f6b3cda8a76d183 0.00 MB 1 0
47,977 47,977 000000002e567f0c2bc6eecefbac1bb347fc39d8a9725fddda5170d76869142d 0.00 MB 1 0
47,976 47,976 0000000031507d408a0a90f5d8388bfe49e6d9a6f18dc457063f4fafb14b7221 0.00 MB 1 0
47,975 47,975 000000001103eb44de6d6f8a4a89f22e0d3d5a82264957a17d4364d7368a4ed9 0.00 MB 1 0
47,974 47,974 000000002baa52fadf5d451d49b30c4bf23c4a8afc6cc4fd72f5ff93b4dd8649 0.00 MB 1 0
47,973 47,973 000000001f8bf34d7fbec33830f04b3eef2fcecaf925a97c6d17009200cd9477 0.00 MB 1 0
47,972 47,972 0000000028b79192eb968531ddc74941a53555c2af93563c59ba6c9849276dea 0.00 MB 1 0
47,971 47,971 000000001e1c74f08a2503b284a11c3b51f8e60c891d37c99fa674b3f2500381 0.00 MB 1 0
47,970 47,970 00000000309717927adad477698eecce78a1523debff51f59259d06c88f93aa1 0.00 MB 1 0
47,969 47,969 0000000020b35900f19fc99e3a7e481e3d396ac71913df5ef41671d4e605bbba 0.00 MB 1 0
47,968 47,968 000000000654f4705eade9e97bf5490dd22480d10e580d85b7bf5c21a9768a2e 0.00 MB 1 0
47,967 47,967 00000000196107bb92356fea129598d25f44a1ba0dca50ea41cba825f8f407e4 0.00 MB 1 0
47,966 47,966 000000001ffd8dc7cad3f5b0356b0a73c9a21f6487de37ff35fe1e5e9d578de6 0.00 MB 1 0
47,965 47,965 000000001b36517d56eaf02e4b42eac5f9afcee272d40ecebc97bd7938d15953 0.00 MB 1 0
47,964 47,964 000000000e7f9cafe130a931d65571a3b766d32b2dd949124baaa8d013267d17 0.00 MB 1 0
47,963 47,963 000000000b581bbeedb7fa4f2b397abd8633d7fcd6fd130f7b5c38397b5fb591 0.00 MB 1 0
47,962 47,962 000000003713d3e8758f4794c0d62a70984090466c38b56f3d71ecaf9f9f6004 0.00 MB 1 0
47,961 47,961 000000002acad6169583b0f37e491bae1c2d5fdc3a9951067fde7881c9d66ff5 0.00 MB 1 0
47,960 47,960 000000001e759ac1b95e17de1fa900f05a2723d52c8db39120c96237499b594a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.