Memory Pool Memory Pool Refreshing

1,592 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (703,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,517 204,517 000000000000041d9a3fb20bac2ade9e1fbb19707d3139df4c45094e5cacf858 0.25 MB 900 217
204,516 204,516 0000000000000549ad1e97ff0e4e8d028baa0d9a25d9fa58e6ec76a5556bc8d0 0.25 MB 500 130
204,515 204,515 0000000000000042fe665fccc4978524b822b9b02cb39abd80794b5f587ea9d1 0.05 MB 147 22
204,514 204,514 00000000000001d793b5ad2442891fc91174488f2d668c7e60b596f2854db79d 0.25 MB 379 95
204,513 204,513 00000000000002b03da3e5abfa78b5fbf2477b7be45bcd37fb5e48fd54478852 0.01 MB 32 813
204,512 204,512 00000000000002d5727b52f1aaf829e9fb59f670232cf3fbdde50367dee7feae 0.00 MB 1 0
204,511 204,511 000000000000048cbedc79469277c745d9cf637c5b23d91350063b7de3766fe5 0.25 MB 754 165
204,510 204,510 00000000000004b45496163495f9cdcba0964a386a877f821beb6626620c31f0 0.42 MB 889 149
204,509 204,509 00000000000002d983c6fdb002b0a2271a0af1f495c53f32308501fe6d65988b 0.42 MB 909 126
204,508 204,508 00000000000001b01c308feca6219468e641e45a1468d443f015642387d20758 0.25 MB 360 74
204,507 204,507 000000000000040c4df770d0a67079ce2908de9af14fbe43cf1a71bf4d296ee5 0.25 MB 699 138
204,506 204,506 00000000000000bc44cb869eec74f99d31554f1c83abb5421dedce1e2a3cd5f3 0.25 MB 955 191
204,505 204,505 00000000000002d28d3c759ab09bff9ac990796c1e4f39a2520024bdbfde776e 0.00 MB 1 0
204,504 204,504 00000000000002ff85c747ad3d1e5575ea45fe5a3e0a912b64718606b1a21288 0.25 MB 592 136
204,503 204,503 0000000000000046a7aac3ee09e7cf77b0ac46897e43c5b3b87acbc0ff5d0c8f 0.00 MB 1 0
204,502 204,502 000000000000026bdedee319184683f0412ad02390a3e1979e51dfae7edf8488 0.48 MB 1,192 197
204,501 204,501 00000000000002bbdedb383a5fd4636c754e190bbdc65f9ade9ca89ba5d8b7f6 0.25 MB 803 155
204,500 204,500 00000000000003d98bc94cef40aea36353916def21d103742d31027add0725b0 0.25 MB 550 128
204,499 204,499 00000000000003744e4dd32092c1ee394ebf3041613de361a4615c55aeb25ec9 0.38 MB 959 126
204,498 204,498 00000000000003648797adcc4fcac740452ca38c690d6db897811b1234760dca 0.06 MB 163 54
204,497 204,497 000000000000007c430215629e16886e5dc92571012d49e94a594afc7f970e4d 0.08 MB 243 69
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.63 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.