Memory Pool Memory Pool Refreshing

7,949 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (54,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,203 853,203 000000000000000000016ebe77e09f979d9964804754c15457133e937fe4ead0 1.65 MB 7,617 4
853,202 853,202 0000000000000000000206bd3d7e3f04ab213857a64b47f6d270a3c4497a99b1 1.59 MB 7,263 4
853,201 853,201 00000000000000000001272a15bfead550617a5336fcc105c85357aa99d5a446 1.56 MB 6,011 5
853,200 853,200 00000000000000000001404aefde76b173e0d06f5c2bdb4c859201df305897af 1.52 MB 7,165 4
853,199 853,199 0000000000000000000162fc5094ff7c760435194d20425032f4f4e2f3d55325 1.48 MB 6,824 4
853,198 853,198 00000000000000000000005eff2ebe770336ed503be779dcdb372934c0fe9604 1.54 MB 6,844 4
853,197 853,197 000000000000000000001ffe57edba5593e6f63f77ca6032d078b75da1611aeb 1.52 MB 6,382 5
853,196 853,196 00000000000000000000e0d9b51662a24151cec1cbbd05ab11f4eeccee6f3f80 1.78 MB 4,366 6
853,195 853,195 000000000000000000021f635198245076eb9b33ddef966b21efcf746b6406af 1.58 MB 6,020 4
853,194 853,194 00000000000000000000b04dbdd8555502eb46bc2b97bcb38dcc95eb9f048240 1.55 MB 6,308 4
853,193 853,193 00000000000000000001ecb21d66cabf094e6a4237a104e0ba19e72a03d8a37c 1.78 MB 3,498 6
853,192 853,192 00000000000000000002c39604f27327c12ce3e8dd29e2d527e1d71a5dcbed47 1.81 MB 905 7
853,191 853,191 0000000000000000000254f0994c0846663775166f8424aebbb887149517a7af 1.68 MB 3,413 7
853,190 853,190 0000000000000000000000d998914619b21f8eb7cd8bf8749e440bb1d6cb6f59 1.60 MB 7,034 4
853,189 853,189 000000000000000000002e19814aa9f2e807fb05827bfc43c65ec05ef9c4c6c7 1.49 MB 7,102 3
853,188 853,188 000000000000000000015f8de61bdb0e1896e0426e50e3c17277b6bdcb9b622c 1.48 MB 6,985 4
853,187 853,187 0000000000000000000235ee17cd34377e1d3b83e6eb333b6aaa4a09e1bb4fb3 1.52 MB 2,872 6
853,186 853,186 0000000000000000000054270b0a27ac9862f619eb180d54e1245504103cd86d 1.65 MB 5,911 4
853,185 853,185 000000000000000000036b2170f23a648ffd719ada9855f2f83e9261bc4a39b5 1.64 MB 6,180 5
853,184 853,184 0000000000000000000154489360a5adb136a1e68bf96412b6f695e1db7c0e09 1.65 MB 6,241 5
853,183 853,183 000000000000000000029d517fbeaf05d350107e898fe87ecc783d26be4c457a 1.26 MB 3,565 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.