Memory Pool Memory Pool Refreshing

4,947 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (129,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,042 778,042 00000000000000000005c37b566581a5ada441319f6d5aaf0a9d56890c4e2dcf 1.81 MB 1,688 8
778,041 778,041 00000000000000000001dfb3dbeac93f29074b39693eda1cadbcf65378fbaa27 1.58 MB 1,688 10
778,040 778,040 000000000000000000018d37535bfdb8c65b0a854c9fc1518394b0897cb3f53b 3.62 MB 518 3
778,039 778,039 000000000000000000014df67e8be101da3652d44703b66ffd5e4847c2ca4268 2.53 MB 1,093 5
778,038 778,038 000000000000000000015811864279a78d3581979b9649b597a441fcbaf413e5 2.30 MB 873 4
778,037 778,037 000000000000000000028b237fa01fde28bb71018c879958c9cb038950a43293 1.42 MB 1,896 19
778,036 778,036 00000000000000000003374b8e9f2d4f9cf901707ee2fc0fcd3b1cde59d42be1 1.14 MB 768 17
778,035 778,035 00000000000000000002b15d4ef53f2ca6ee0d33e1e7e15484c1e94dd8153eeb 2.27 MB 2,258 13
778,034 778,034 0000000000000000000087f2509818bdd4c802f3242cd007f356b9c29009cae9 3.70 MB 399 2
778,033 778,033 000000000000000000049670995d5fa07b040fd27ef23f65a683d5b4f2488d4c 3.66 MB 672 2
778,032 778,032 000000000000000000063e9ccd39ddc603a4833223e5d72af330db4c4a3dd832 2.28 MB 1,473 7
778,031 778,031 000000000000000000071c349782ff03a6eafa04d5c891eec885663b8a32ea96 3.07 MB 1,323 7
778,030 778,030 00000000000000000006027333f98b321d22321670ef16f4ed031e87b22a5e96 2.49 MB 772 3
778,029 778,029 0000000000000000000578d035c829e773478ebd16a7db2354ca1d6405ff076b 2.34 MB 1,145 1
778,028 778,028 0000000000000000000016dc70313c7a75bcd13e9b0ee18419a069aea0244e5b 2.67 MB 1,502 7
778,027 778,027 000000000000000000009c5a87e67adf881ae0304c5d0bba5fa556dc5e56f09d 1.86 MB 2,820 19
778,026 778,026 0000000000000000000250fb6385cbeb6a0d81044d79524e7507f4798ade9449 2.67 MB 1,456 4
778,025 778,025 000000000000000000020183e307f47ca46728aa80d5312899a06ad9ec08d425 1.81 MB 2,313 15
778,024 778,024 0000000000000000000154346b5f44647f0c61085cfa07ea8ca0c0ce96b72e72 2.41 MB 2,206 8
778,023 778,023 0000000000000000000355567a08b10f14393c3db60604073dc2ca7141ffed79 1.47 MB 2,498 6
778,022 778,022 0000000000000000000057d15055d9ee6a600738384f28fc835a127fdb30e710 1.66 MB 2,677 15
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.