Memory Pool Memory Pool Refreshing

3,978 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,507 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (731,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,702 176,702 00000000000000249656d968b70a68a10cc3353b27be92ff058f38878c4037a4 0.00 MB 14 45
176,701 176,701 00000000000004f0d7e1c05102f865cf881184514d1bf7c1fe74503c42a949f9 0.00 MB 1 0
176,700 176,700 000000000000051e3f9861dfd0aa0a9af682c4972558ef6b8a9a58dc0acf9929 0.02 MB 54 124
176,699 176,699 0000000000000a7b6636c87fc240059fe907247a4086404923982acb9eae2c48 0.02 MB 37 9
176,698 176,698 00000000000007f0c378d77e06aa0665000d28f6f7bd22e60e93f7e127d1dabe 0.04 MB 19 143
176,697 176,697 00000000000009e8f79c5119b5aece7144a7313a1ccfb8a0c43bf416dbc2d05b 0.00 MB 1 0
176,696 176,696 00000000000008b9d0bee0815f34549f99775063588f6eaf45eb5bee961d796c 0.02 MB 14 118
176,695 176,695 00000000000000a8ee3dd9a881226e06502ae11709bb5cbe0fcbdadd871c4bd1 0.01 MB 23 5,496
176,694 176,694 00000000000002719446e9b90d249049a2613a23364d4eb16f5245bdde90b46e 0.01 MB 29 120
176,693 176,693 000000000000032c21ca7163d31828cd7cf73f89f5716b1d2b0a351494d1a9c1 0.03 MB 41 109
176,692 176,692 00000000000008ea8b9f1142870c257110004e3d6fac632755200a9256e75ba0 0.01 MB 11 222
176,691 176,691 00000000000003f9c5b839e6ae7a14eee2107b540c558643abb33946b57e2aba 0.02 MB 66 69
176,690 176,690 0000000000000013ac9d5e5a792a0f2d5555ec41ed3982f5ad43000e42f3a98c 0.06 MB 81 101
176,689 176,689 00000000000001714923006a6bb7f99f63e72d35e1d79c8bd74eaa69f2723679 0.02 MB 38 365
176,688 176,688 00000000000003b23c51fe1512eec117a5649d86946544152d7bf476d696df88 0.00 MB 2 0
176,687 176,687 00000000000000c4eac4449105de05d7ac7ae8d9dc56e5fc37dda4c94655edd5 0.03 MB 24 76
176,686 176,686 00000000000005f0932db6c2fbfde7cda76b49f53e40ed7646acabd1ee919dbf 0.03 MB 83 118
176,685 176,685 00000000000006d71850809efaada4460df595bfba35f0d3fe5a94102d06f5c9 0.05 MB 128 257
176,684 176,684 000000000000091532c857f95775373505619fa7e6c1212beca0cbd2d7125058 0.00 MB 1 0
176,683 176,683 00000000000004f7963d31e7735895b102ad83e57b70144d11c73c9a38f3a275 0.04 MB 11 55
176,682 176,682 000000000000032e667e051dab244f5d6f2f0d4832aeb9c348e9709b0feec5e7 0.03 MB 58 166
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.74 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.