Memory Pool Memory Pool Refreshing

10,788 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (26,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,561 881,561 00000000000000000000b850b8e2fcde6c1e51d0bc58beb6fbb07752a57b951a 1.63 MB 3,324 4
881,560 881,560 000000000000000000009fe19223b617b4109d9ab38d2e35259a1c990199b487 1.88 MB 2,365 2
881,559 881,559 0000000000000000000268734d6fd6ac153fe7cf9308f03d8b8f5578b281ba31 1.14 MB 1,838 2
881,558 881,558 00000000000000000000084c750aeb44491607d5c7ecc5586751c76a8ee161ad 1.49 MB 2,699 3
881,557 881,557 00000000000000000000a7d241cb9e1cd7f1444dd60df336fcdfc0fbf8a5f623 1.52 MB 3,250 5
881,556 881,556 0000000000000000000123dd2223471c59101f2aef3d10a2a67a0d3036658ed8 1.86 MB 91 1
881,555 881,555 00000000000000000000efa6b5c41cf12a3e2fb0587120a37ea8af298dd8643c 2.01 MB 1,235 1
881,554 881,554 00000000000000000002148811890576e04384d8634d2b0f47e521074431901a 1.59 MB 3,737 5
881,553 881,553 000000000000000000021623b3ef9f3d302bd0ad01968ff45481f639e43d175d 1.81 MB 914 1
881,552 881,552 00000000000000000000ad27a441b26302a4de15c8b99b6828fcf009b0e70135 1.91 MB 1,347 1
881,551 881,551 00000000000000000000d5a57bb5cd7c07337d55ec5f36f79dc13b43f783be36 1.72 MB 3,262 5
881,550 881,550 0000000000000000000004c49ba035fe60d9df340385cfca301cd44907b7f96d 1.88 MB 1,584 2
881,549 881,549 0000000000000000000156256bfe84b6b1401ede9af64efc6908e03f715cc8a6 1.87 MB 1,141 1
881,548 881,548 000000000000000000026fcabd9b2868045e743dec5c57e5098b9e19ec01e53d 1.37 MB 1,129 2
881,547 881,547 000000000000000000015d44ff47dd4b6abdd5caf205b702ec8d97586915c0a0 1.28 MB 849 1
881,546 881,546 000000000000000000024e02a17c99626821c76f3a8dde4faa4b0d44116dffa8 1.61 MB 806 1
881,545 881,545 000000000000000000010eb1e94121ccfc3b2f63661197fd85f7fc0c0c5a328e 1.70 MB 3,223 4
881,544 881,544 0000000000000000000068bb979585ac264e0ef024c7d32353ad0a7f92a72a5b 1.40 MB 2,557 3
881,543 881,543 000000000000000000004011a88f0d8f1f8f6d52e1c39bca0a5af214643b0a52 1.03 MB 352 1
881,542 881,542 000000000000000000008315f3437e69e9c5aba84ce58879c143cae364a9782c 0.58 MB 379 2
881,541 881,541 0000000000000000000171a45bf3034131c0984951894eda0c0ac7f0b358317f 1.40 MB 1,936 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.06 GB sent, 93.02 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.