Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,453 000000000000000000023aa60000000000000000000000000000000000000000 ago 0.77 vMB 2,299 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,452 (55,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,046 851,046 0000000000000000000057062d0eabb302f18b7410a48da2284a19274058e037 1.52 MB 6,070 6
851,045 851,045 00000000000000000000af7d92f3961024545d11efe3d7b5734cac02ed05d630 1.55 MB 5,350 7
851,044 851,044 000000000000000000029eb69f833ebe46722e06f6268b6c0a423e0daf59ef04 1.56 MB 3,537 7
851,043 851,043 000000000000000000002ddb88be3e163abc6930de4b9d1ef566d97a5f626ebe 1.74 MB 3,518 10
851,042 851,042 00000000000000000000809215f9dd1fbc4909ab9739ff55f147ed00240f82a3 1.53 MB 2,681 11
851,041 851,041 000000000000000000036800b1c82d28f12e19ee913bb0e59f87439d96f9116f 1.61 MB 6,227 6
851,040 851,040 000000000000000000014ab7cf8e880a36e050e28f4e5b540db8de4767cd0479 1.53 MB 5,733 7
851,039 851,039 000000000000000000035d07fdf53b0a45571671d6b5bcb30af4f14a3ec9cf3e 1.53 MB 5,542 7
851,038 851,038 0000000000000000000343af4f347473cf79942a780bc370bfa0165705061857 1.48 MB 4,807 6
851,037 851,037 00000000000000000001733b59bb6342bc57c4b7ec7df3e04fd9bb0ea3b826fe 1.52 MB 5,521 8
851,036 851,036 00000000000000000001e779a97439199716fd849d8e96ada22ac71bfea18758 1.51 MB 3,685 8
851,035 851,035 000000000000000000027fbf7e15d2b330fde01203f102a26b5946d7273eadb7 1.39 MB 2,642 12
851,034 851,034 0000000000000000000345bd9632b38fb4f89d7fd5a7336dce2bebe506a113a4 1.48 MB 3,664 10
851,033 851,033 000000000000000000030b68a08d810b322f708d233100e6b494317f87afbdd2 1.60 MB 5,946 7
851,032 851,032 000000000000000000028da87a6432b3500f2dcc24add9d4ecedfbb841130190 1.71 MB 3,501 10
851,031 851,031 0000000000000000000281c19d3be26d17b9f0a9d9a09772c2d86edbc361d722 1.59 MB 4,576 8
851,030 851,030 00000000000000000000e5e61fe5dbfa3e5f673dbab2f6abf583e20b672cd679 1.58 MB 4,883 7
851,029 851,029 000000000000000000026053f76a1878264e8ed26ea115d10c6d2d6a594d0039 1.47 MB 3,264 5
851,028 851,028 00000000000000000000327e6ef3a22eca280920ba69ce5eb1370f5b88e61416 1.72 MB 1,989 5
851,027 851,027 0000000000000000000197dedbee2224dd52b790e9af44320b477eac7a0baaf2 1.57 MB 5,117 7
851,026 851,026 0000000000000000000132aace8a559a746f2fe13d4e5ad21fd277566ae11437 1.57 MB 5,894 7
Previous 10 blocks ↓
Total Size: 766.70 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,468.09 GB sent, 80.90 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.