Memory Pool Memory Pool Refreshing

6,713 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (128,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,387 779,387 000000000000000000006a2cc24342d34c00aae36657b1683391489dc351e933 3.48 MB 800 2
779,386 779,386 000000000000000000041c0b54af68aa236196912e0eeee3e6c521221c197ac1 1.63 MB 2,592 14
779,385 779,385 000000000000000000018c1cdb5014ae3ed4fe5f18319978d2715957bc5d85d8 1.92 MB 2,301 13
779,384 779,384 00000000000000000003832eb80493232a5cdf22ed55a2497cfa69b345a9bbaa 2.35 MB 1,309 3
779,383 779,383 00000000000000000000fce299a09edb5dac7134a247a4967097d31b773e5fac 1.72 MB 1,618 10
779,382 779,382 0000000000000000000165f2b5bb1cb93aec9b02671a119b2367933b7fbce311 1.26 MB 1,371 15
779,381 779,381 00000000000000000001224ebd33689e3709b9f49dafa798aec66b763f830203 1.53 MB 2,936 20
779,380 779,380 00000000000000000004c146309d69b4fdca91e1de743e23c2981486d13950f5 3.45 MB 780 4
779,379 779,379 00000000000000000004e814990efad2078963c2cfbf7ee3aade855253c09a63 3.17 MB 1,222 6
779,378 779,378 000000000000000000057aba49c2ae609f60203ba6f76cdd9ebdfdf5a97862eb 2.45 MB 1,857 6
779,377 779,377 000000000000000000043d72ab30e55076e599b0f57cd819cd40b2fcf8c99707 2.48 MB 2,125 6
779,376 779,376 0000000000000000000384fca4d7f6ce38ef4103898ddf3eaf9f8ca29e4bee64 1.40 MB 2,666 20
779,375 779,375 00000000000000000002cb1d5757f93e31ce05dde014d8fba22b024cbb970410 1.48 MB 2,916 21
779,374 779,374 000000000000000000034e6e82d38e17f63196ae14d87daf6dbdcbd237c60f32 2.05 MB 1,474 4
779,373 779,373 00000000000000000000dec34df6ffdc4f809e0f2d9eab519bd44677500f58e6 1.60 MB 1,442 14
779,372 779,372 00000000000000000004fc6192dad8cbaaf7c79a7e146b77ddafe19e67b13b7d 1.62 MB 796 13
779,371 779,371 00000000000000000002e1e63ab1aa376f191c6822eb824e36e82afd8e86b5d0 2.87 MB 1,091 7
779,370 779,370 0000000000000000000431e35a67d3eaff87567ebfe26c32351f65549962392c 2.09 MB 1,680 8
779,369 779,369 00000000000000000005da2bbd4f8e4d6cca645fdf5419e460c3d1a70679f725 1.86 MB 218 2
779,368 779,368 00000000000000000002503c78bf2932ea23cf8efea78d4bdb08a308ee2610de 2.02 MB 948 6
779,367 779,367 000000000000000000041fb933861338ed3b2afdcd035cf17938934afa3185e1 2.53 MB 1,230 6
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.