Memory Pool Memory Pool Refreshing

407 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (116,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,969 790,969 00000000000000000002c5c4fa59c9bbc7880d15146223f0b4a89874362a9e43 1.81 MB 4,132 24
790,968 790,968 000000000000000000053fcddef1e763c5afde75eb781c2f3c0483907263591d 1.74 MB 3,315 41
790,967 790,967 00000000000000000003f012d83815593e3dcc1334aeeefc6d733d460a8b5a96 1.75 MB 4,220 33
790,966 790,966 00000000000000000002384c8bf632fbc99148da22f302cb84b83cd920ff7693 1.66 MB 3,181 33
790,965 790,965 00000000000000000005ab31fc9c6ee65b0904302f0a5b8087b5984c36e46d40 1.64 MB 3,679 28
790,964 790,964 0000000000000000000327be2a97f20e3539296d7a6e3a91131ac230d8c81467 2.06 MB 6,085 25
790,963 790,963 0000000000000000000596592ab58bc7ed5527a39d4316486b2ce9002c707503 1.96 MB 4,967 27
790,962 790,962 00000000000000000003166e5628b53b5c3bf71d46392028635af79852492b7b 1.49 MB 2,460 47
790,961 790,961 00000000000000000002e308d34d15d750647875d964dbc2ad281ff7936ec50f 1.90 MB 2,506 23
790,960 790,960 00000000000000000001a101244ace3e06f8f867ec1617f1602c9b18a303fbd0 1.82 MB 3,876 26
790,959 790,959 00000000000000000001a8cc126f7f9d6f4ddcf5761f83133dc307ac2f5a87a0 1.50 MB 3,041 56
790,958 790,958 00000000000000000000c0ea8e978cf0946bae69db54de40a2de5c81127005fe 1.74 MB 4,312 25
790,957 790,957 000000000000000000035872e8e56f16afc0dcee09232c20ab584cd8a7074b80 1.94 MB 5,508 27
790,956 790,956 00000000000000000002ae2ba9b1762744a43e9266774bf13ff3e7105e95361a 1.92 MB 4,949 27
790,955 790,955 000000000000000000009dbc94482d572c1469d292e618fb197a798982ef2454 1.96 MB 5,638 24
790,954 790,954 000000000000000000050b02142721ffbb7d3dffcb580058bbd94592f9182f22 1.89 MB 4,099 25
790,953 790,953 00000000000000000004453dee5f086f0cd64ee8960a3600a8239e6564a99854 1.90 MB 3,104 27
790,952 790,952 0000000000000000000404aa5afd632fb0dfdd7d73029b0acbc7688169661816 1.94 MB 2,679 59
790,951 790,951 000000000000000000003aa46e37a506a56f7c47d8c807059643af27fed3f4be 1.57 MB 3,645 54
790,950 790,950 00000000000000000004f4064b03dfe47ac1394105bc584e300b1189cd41fe7d 1.51 MB 2,580 103
790,949 790,949 000000000000000000007b787294ce9105e1f2f8c65d1e66916a6ae28718b977 1.64 MB 3,283 42
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.