Memory Pool Memory Pool Refreshing

2,160 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (553,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,696 354,696 0000000000000000155a0755d0a4129e8c2ea020ce685fce288a41616ebb5986 0.75 MB 1,679 29
354,695 354,695 00000000000000000451665e3e014fd8bfab9ef2ec399ee21c7b60e0eb9caaaa 0.48 MB 1,025 28
354,694 354,694 00000000000000000c323b41f672e70f742a636d5095b2cae76a1d9e17b78bc9 0.21 MB 319 23
354,693 354,693 00000000000000000700dd9c66495e8e6a6f1aa94e3b3844943c25b09b5f5f22 0.38 MB 771 26
354,692 354,692 000000000000000006d8d2892fdbfd5cd4c287587d314e17a1a93b4bc64c24c9 0.28 MB 591 20
354,691 354,691 00000000000000000e3cec5cc6ead19bb604a1acfd37d0c0085eaf0d3743c369 0.58 MB 1,088 28
354,690 354,690 00000000000000000271dd65e2077eaa25573924ff16159dde0697d055ea3c2f 0.04 MB 83 14
354,689 354,689 00000000000000000ea2aac22061f21bc2ec6d17c380f66fa10dfcd5ee8ed2f6 0.00 MB 1 0
354,688 354,688 000000000000000006b9424d0975c1c6bee0c20e04bc54129ae0ee7cb30822d4 0.22 MB 480 25
354,687 354,687 0000000000000000100e7e93074b6fee2f814d7bf60daa7acb4472e876d86ff7 0.69 MB 1,437 22
354,686 354,686 000000000000000004f5bb0e460cea1155121c837c3f094b021b4af6f592ff79 0.30 MB 489 25
354,685 354,685 00000000000000000e328d8db05fde32cd4e6f582b36e7e694b292170ed36361 0.35 MB 304 10
354,684 354,684 0000000000000000032343e32269b5d7df1532bb53b61c77aead281f28f3db89 1.00 MB 2,366 30
354,683 354,683 00000000000000000e5681a8142e01125b0c1097f2d5b4abef660911a5c06d4d 0.70 MB 1,490 28
354,682 354,682 000000000000000008cb5a6a6f03a318192f000464c03fa83c57a1ea88e666b0 0.19 MB 395 26
354,681 354,681 0000000000000000078aa6239074514020b7b36a665b8b5f93607610d8d367b6 0.70 MB 1,602 27
354,680 354,680 00000000000000000d0f5df1b6a4765fc6e95f9069fe03fb0470d3edb33ae6d1 0.53 MB 1,095 25
354,679 354,679 00000000000000000772a0d8f2da329ba38c995e704728fd236a34f61a1c4f0e 0.00 MB 1 0
354,678 354,678 00000000000000000a933276bd206b8785383482737aba12dc0b1fd2563fdf7b 0.06 MB 113 19
354,677 354,677 000000000000000012bd1e126b485d49bfae7c93c2d124b9d51c4f0c762e5a42 0.51 MB 1,049 26
354,676 354,676 0000000000000000005ed89619f10fd600482cd7bdcf263ee240c51df3234f98 0.50 MB 1,148 28
Previous 10 blocks ↓
Total Size: 769.13 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,630.48 GB sent, 93.51 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.