Memory Pool Memory Pool Refreshing

698 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 692 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (6,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,838 900,838 00000000000000000000a397249de2b6d3568f6ae3a34b4a809826b44a3d5782 1.52 MB 1,604 2
900,837 900,837 000000000000000000022832302c0c5d7e4a4315d4287749ffbefb276ef7c114 1.51 MB 2,867 3
900,836 900,836 00000000000000000002271e88d421eda89fce44cb9c575dd26eaeca0c7b11dd 1.50 MB 1,370 2
900,835 900,835 00000000000000000001416c06dfad234e76cb00cd448a93333bace1b989980b 1.65 MB 2,018 2
900,834 900,834 000000000000000000014ba9b2d30d9c737423c753c5b6a27989815ed50afe04 1.46 MB 2,279 3
900,833 900,833 000000000000000000022611cd48a318ae670835da48c79657a0f4e47ee37a22 1.48 MB 2,416 3
900,832 900,832 0000000000000000000026de48d577aa692fc80a1508c3366e334fe8e29eb78b 1.65 MB 3,694 4
900,831 900,831 0000000000000000000114e8c34b343899282220b354e63164182b75826903ca 1.47 MB 2,139 3
900,830 900,830 00000000000000000000b61f35df2e39fa0054fce1106f12c0e496add80e2862 1.86 MB 3,246 4
900,829 900,829 00000000000000000001c4bcf0dfaf6cd567c35816eaef9f42add2b4d214f76e 1.35 MB 783 1
900,828 900,828 00000000000000000001a4cf95a200ea5ca1ca7ef1e105d226557b9f03a1d71f 1.68 MB 2,807 3
900,827 900,827 0000000000000000000115c18795116be83dd7d3e0db8565f2131889c84e1553 1.43 MB 2,729 3
900,826 900,826 000000000000000000012e15e8381c2c0650a3dd654c715ee012e946fcef0867 1.72 MB 2,845 4
900,825 900,825 00000000000000000001e7f66dacba05764b43680bbbeb7bfa2a5b30e8ed56c9 1.56 MB 906 1
900,824 900,824 00000000000000000001a26cd5bb61db1b2cb0ad452eeb7b5a032657403a9b4c 1.13 MB 685 2
900,823 900,823 000000000000000000005242edd9f30d3c1d7ad09c5e70b0456082a8de1b127f 1.67 MB 1,787 3
900,822 900,822 000000000000000000010e63834ff47b5d95f08f230165604923747129c092c4 1.67 MB 3,927 5
900,821 900,821 000000000000000000016747ed76f23b76e71e681d266a085150a28692986256 1.67 MB 3,518 5
900,820 900,820 00000000000000000002286ad380149cb8587843bb8b765c7721c09320a5d127 1.69 MB 3,361 3
900,819 900,819 000000000000000000020119f19b648f5109c899da8db9fc7f68da75888ada70 1.55 MB 3,777 5
900,818 900,818 000000000000000000017f56eee7dc050323958653de153c97d57a7e27eaff9f 1.55 MB 3,895 8
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.