Memory Pool Memory Pool Refreshing

5,032 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (614,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,598 293,598 00000000000000002f7a16fa47abb5b8abdce463aa767b3541dcd6aa7a0bd56e 0.06 MB 128 34
293,597 293,597 00000000000000009d136e71694d5fb1d14e5e8dab22d60c411d86152673ccd1 0.25 MB 305 25
293,596 293,596 00000000000000002e977cebff6d2ec4caef3ba78c528db56aefe26b1fff7f56 0.12 MB 128 16
293,595 293,595 00000000000000003787eaa177c703ede694fb1146ee42f63ebb7d7a0c85a934 0.02 MB 43 34
293,594 293,594 00000000000000006b38eff7928208b3b1177968cde9e5579cae08c240b41af7 0.13 MB 314 38
293,593 293,593 0000000000000000c89e9210630e78221f501ce1aabeeb4cf95435b91caaf9cc 0.18 MB 440 44
293,592 293,592 0000000000000000191b4059fbb5d3d9a114bf9b17ab1a59978c17ea0c7a95e0 0.27 MB 533 37
293,591 293,591 00000000000000000189e55e310e86f55e177aa3e00ad065d0a13a08f85eb1cf 0.52 MB 1,057 33
293,590 293,590 0000000000000000da686362412c79ed07fa7d1b86624733090183a61a2f046e 0.50 MB 517 20
293,589 293,589 0000000000000000cacd35aff40ab2e0cd5d7ed549dda574016046c6978a4293 0.01 MB 16 18
293,588 293,588 000000000000000031023f53e6a3079cf5c4054a9dfaf0a51efb9aab997da4ec 0.24 MB 512 33
293,587 293,587 0000000000000000b48ed1d24ce0e518b053f233e70fb5fcc3442b8ca5c46af8 0.35 MB 1,065 54
293,586 293,586 0000000000000000da7782482a6195099e13749c693be3245963279c224b52c4 0.37 MB 666 31
293,585 293,585 00000000000000009ec76e482132fe8e9505fd5406fd1d2de923eb528f6de294 0.09 MB 167 35
293,584 293,584 0000000000000000cb6fb6f97f0b86b5ef718ea5127094037d74ff6a1f57ff9d 0.21 MB 471 42
293,583 293,583 00000000000000008efb3d902b7df0f734d2c4f3148824650aab48dbfd3fe36f 0.05 MB 106 31
293,582 293,582 00000000000000004221d210e3e6fafcdf7c06192234cf7d250c94dddedd821f 0.11 MB 204 26
293,581 293,581 00000000000000009ec3dbc95ddc4219af2ab75fa43a4aeff78122e26c737bc5 0.02 MB 64 69
293,580 293,580 00000000000000003811d973012534280b4b8a115d2102a52d5f5b74667ca330 0.21 MB 375 32
293,579 293,579 0000000000000000286883a131501b9328ce190fe48ed2127dee59fdd9ca6f4b 0.04 MB 63 30
293,578 293,578 0000000000000000a0a07ba74b8eaa39947d9265e90054a9c1905ddc396df931 0.14 MB 255 30
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.