Memory Pool Memory Pool Refreshing

459 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 459 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (66,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,825 841,825 00000000000000000001a9066f9b561b4c3d5883ba47e3cfef0090da2885850d 1.57 MB 1,530 22
841,824 841,824 0000000000000000000141312834eeff23929dc7d27d3cff5f6d2f20d0a46492 1.29 MB 1,661 22
841,823 841,823 00000000000000000000c6bbd2b39aa105272a99374476e73b819f7746eb7c7e 1.57 MB 3,236 39
841,822 841,822 00000000000000000002fa8d8e88749782d22b811c9cafe54be2bdafb561268b 1.42 MB 2,352 19
841,821 841,821 000000000000000000022b669e5aa9d6d44cef1ae037c1a8586dcd5de0eb3d95 1.66 MB 4,676 20
841,820 841,820 000000000000000000000efd54b8e22be05f7e8d23869a218ca7b1683ed19d47 1.48 MB 4,278 20
841,819 841,819 000000000000000000015788a32fe4cbbb1c0a1aba8b454c5d7d94e1462f9aca 1.65 MB 2,964 18
841,818 841,818 0000000000000000000308cca6aca2adf2a64eda06aeb7f7d58aa3946c14a792 1.93 MB 2,776 23
841,817 841,817 00000000000000000001b58a5ead3cda99b4668e4f17edb6cc823ffe4ec22e8c 1.95 MB 1,886 20
841,816 841,816 000000000000000000020b3df7fc18d898a8a9d0186542269436ae82d1e54d18 1.77 MB 2,860 29
841,815 841,815 000000000000000000031886ec2d0d836b2d014124541d81880562748dfcc98a 1.51 MB 1,880 26
841,814 841,814 00000000000000000002393f2d44d9c3807f3a6ac83b60620f2a6426961ef632 1.65 MB 2,851 32
841,813 841,813 000000000000000000022044385c929bb7e61d119d2810f050f0216e6b3a570c 1.67 MB 3,443 26
841,812 841,812 000000000000000000021a9b6c72e0a8f238e65a825e7ca391135d8acc668173 1.68 MB 3,208 37
841,811 841,811 000000000000000000026963b58c45180f4d25bcc31c0120c597879dc0d06388 1.66 MB 2,899 36
841,810 841,810 000000000000000000009115b84c5aee69b9cccc43a0c436dd862bb3b7530c6f 1.61 MB 2,968 35
841,809 841,809 000000000000000000001f9e8152078d6498a3bc096a2171d58c9e09c95f8767 1.62 MB 3,023 35
841,808 841,808 00000000000000000001dae9cab0c90428c0778bf5cd56af60d7d62e8638afe2 1.49 MB 2,765 61
841,807 841,807 00000000000000000002cde8a59cbf2c38aef5b28d4f5bf5253906b12381496f 1.61 MB 3,187 37
841,806 841,806 0000000000000000000017ccf89d9fe5cbb82259edce98577df682925403adb8 1.52 MB 2,867 51
841,805 841,805 0000000000000000000150b2e0c6e20c1c81109aca2bbe8776f7adb75b7c7251 1.64 MB 2,434 29
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.