Memory Pool Memory Pool Refreshing

855 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (115,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,791 792,791 000000000000000000024799c713d76965a52f331ed9de4f43e80270e12e0e78 1.60 MB 2,482 24
792,790 792,790 00000000000000000001716bc4be5834e44112121ac6060bd547e507c3ffdacc 1.40 MB 2,384 28
792,789 792,789 000000000000000000033d208b1f1f49eb62b6cb2bad7ccf33625d6c32cc47dd 1.53 MB 2,912 43
792,788 792,788 00000000000000000003ed9b9bb4fdce92aa540bc504ac3cebb6c4af0ac12b92 1.71 MB 2,637 19
792,787 792,787 0000000000000000000056437b09500d95e986b4f25364ed09757d8f68931cff 1.66 MB 2,448 25
792,786 792,786 000000000000000000020ac58f9554a8bc37d660c2a987ad1c3ad8a9fd19150f 1.52 MB 3,258 37
792,785 792,785 000000000000000000040dd77f5ceb1d92aeb0e88cbf92566885000f6d136a64 1.68 MB 2,068 21
792,784 792,784 000000000000000000013f9d967afa2aee9d7b4da50c16f96dcdfddb44d13c43 1.48 MB 2,296 23
792,783 792,783 000000000000000000034a4a68b5652d5a13729520d2afed386b4b593a196ea4 1.78 MB 2,185 22
792,782 792,782 000000000000000000019591d805602c6206f3cdbcfb1bc39b224214d0a46502 1.80 MB 2,076 18
792,781 792,781 0000000000000000000179851df0dec842f9c7a082748941933a106176dc3f22 2.40 MB 2,948 21
792,780 792,780 00000000000000000001509593906cc54f5ed33c4f64bd8c182b889579b80766 3.37 MB 1,770 15
792,779 792,779 000000000000000000008c0f80999ff34749f77c0c48a17b4fa5324fd80aa764 2.53 MB 3,077 21
792,778 792,778 00000000000000000003f4e60123a7a1e90e082c65162c1daadfc341db2cd510 2.29 MB 3,707 18
792,777 792,777 00000000000000000001f1542c4cbe5892a5ad2691520db890dc5e5a7bfa67d9 1.41 MB 1,957 27
792,776 792,776 00000000000000000000f08415249e41f2974a7e6a55fdb271420fa9644d042a 1.48 MB 2,471 43
792,775 792,775 0000000000000000000269e5efcb57178107a77970e6e81a117a121764657fa5 1.65 MB 3,675 27
792,774 792,774 00000000000000000002bed9ee803ee7e4854997fd07dccca549acc5fc61099c 2.67 MB 2,757 19
792,773 792,773 000000000000000000032a49fcb2e79ead44f774913905b1e6e273e28b320b1b 2.41 MB 3,058 22
792,772 792,772 00000000000000000003283abaaaec9649a43895814607f283eb045458ce3e22 2.74 MB 3,290 17
792,771 792,771 00000000000000000000338e4c6d38c66c21044ee2516313ef11cec2df630276 1.70 MB 2,911 31
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.