Memory Pool Memory Pool Refreshing

4,642 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (377,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,043 530,043 00000000000000000036f1409e79fdd9e2a045dc0adf1e92b5cfb34992eacaad 1.16 MB 2,434 34
530,042 530,042 0000000000000000000ef5d57182fbfd47256e1717a37bdb6b60a208a1e00093 0.42 MB 890 17
530,041 530,041 000000000000000000376b62d61208a7e45a030c6b876e3516083bdd62be4097 1.15 MB 2,489 28
530,040 530,040 0000000000000000001f5dee17110cb311de968496c0813918b15a9ff239c75e 0.69 MB 1,505 24
530,039 530,039 00000000000000000006697bdc609ca8fa129f0734c87112f8d716a8f3a1ee85 0.35 MB 722 36
530,038 530,038 0000000000000000000b2b737cc044e59b34c1d72c579797c95dd99636a6512e 0.47 MB 995 20
530,037 530,037 0000000000000000002bd464f9d527693d25a432ddeae9b090da39dc8627dbd9 1.12 MB 2,016 25
530,036 530,036 0000000000000000002b370e3687241372881010f4e4c010b07d0802b7a8553f 0.55 MB 1,123 24
530,035 530,035 00000000000000000013e9b2ed40fd9574a3243ec2de7c95b0c9983347a26959 0.32 MB 533 24
530,034 530,034 000000000000000000319c126026da847ea4816d877dfdcc541c02787da63667 0.44 MB 490 16
530,033 530,033 00000000000000000002696bc7b24f7a01fcf7408c0c250144184d525c05a363 0.68 MB 1,260 6
530,032 530,032 0000000000000000000cc9284203ccdc78a91177ac4be61ea915a7dd98db3e5e 1.68 MB 850 11
530,031 530,031 0000000000000000000031fe025031311ff9770d88b6b905f1e981926db99ce9 0.42 MB 781 46
530,030 530,030 000000000000000000301461586ee8cebf74f9b8fb8c06fac9a79c163ffd8021 0.09 MB 175 24
530,029 530,029 000000000000000000018a7d0dbcf868de5665f5f5dcdd91dc64dc4ef063a6d7 0.03 MB 88 20
530,028 530,028 00000000000000000006bc1d56523ddd8545f8d823fea7d9f9e0911c4b776529 0.95 MB 1,798 27
530,027 530,027 000000000000000000199e033860c4b37e023c9da16c8055334465fc933c1129 0.84 MB 1,475 26
530,026 530,026 00000000000000000022dd061d0c79aa906353fe67abb1d279343b9c71826112 0.44 MB 443 3
530,025 530,025 00000000000000000018babd29ff3db00691fde5f465e572de04b7166d8ac1f8 1.15 MB 1,943 27
530,024 530,024 00000000000000000005fd1b0ac774bb5c5f30887331f74626b326f5199738b9 0.37 MB 643 27
530,023 530,023 00000000000000000036c8a4bb644a79ede014fb6fae4d1398829e8e3ad676bb 0.94 MB 1,854 16
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.