Memory Pool Memory Pool Refreshing

8,650 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (10,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,766 896,766 00000000000000000001309a788989d4561cf0751f3f79cc7e2267546bfc3d61 1.56 MB 3,018 2
896,765 896,765 0000000000000000000239d7e35467594e8a5606477ed3b0678b3d12bd191285 1.69 MB 4,272 4
896,764 896,764 00000000000000000001abe463ccc34bbc0e631c1ccf6a36c0749e52a9ce3370 1.73 MB 3,337 1
896,763 896,763 00000000000000000000f14c5e3a48ee96a0ed8aaedd830518f967b4edde2ea4 1.80 MB 2,437 1
896,762 896,762 0000000000000000000235e49e4f45f38cf355bb234eaf4dd354d28eca36ec44 1.68 MB 3,706 2
896,761 896,761 000000000000000000015e00b83475c293e6181cdfcc66524471921615f44ee1 1.68 MB 3,684 2
896,760 896,760 00000000000000000000e0a2b8b1563d85b6f269a3e8ab55c8271fdbab04474e 1.77 MB 4,296 6
896,759 896,759 0000000000000000000203460ff0c1b5d1ffad9219a2b2fe3c321bab0a5861a8 1.54 MB 1,268 2
896,758 896,758 00000000000000000000f466f981a08fff31878d274f428520411a51d76cf96a 1.71 MB 3,181 7
896,757 896,757 00000000000000000001e823326f4ef19d60b3570b81174461107f35e43da1c6 0.04 MB 44 2
896,756 896,756 00000000000000000002516787718e86f53f0c8f1adfcecd3b722bf936a1fb7e 1.56 MB 1,699 1
896,755 896,755 00000000000000000001952458023e5abc95af96c6ece972252582a3303ba934 1.54 MB 1,539 1
896,754 896,754 00000000000000000001c9c32cd19a2a91eaa05731fdda2dbf69d882ac446fe5 1.24 MB 1,081 2
896,753 896,753 0000000000000000000002cf714cf6c0a7a72fadf4730e5cc5b6ae2c5d31fee5 1.60 MB 3,488 7
896,752 896,752 000000000000000000017724f533017edd9bcc5546b17bc33d820ee4fd49122b 1.57 MB 3,252 5
896,751 896,751 000000000000000000015436cd6ca4ecf836cc87839ad1f4b5d3237b8d638b84 2.76 MB 849 1
896,750 896,750 00000000000000000001e9f245f8c5c5bb169f7bd78b2571ca1775ea32cf0fde 3.45 MB 254 1
896,749 896,749 0000000000000000000133630b429cedf48e67fda5e03395a4b4798b88ded368 2.91 MB 906 1
896,748 896,748 000000000000000000010dce33cef8f8d8632ef79ff4a8332cf51ae4adb96395 1.50 MB 2,403 2
896,747 896,747 00000000000000000001305eba02558ef85b8f18f02382b59e5e998d13a51afd 1.52 MB 2,423 3
896,746 896,746 00000000000000000001743185904d8807de5a815bd42ea56ab0cb5aae6226e6 1.51 MB 2,975 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.