Memory Pool Memory Pool Refreshing

9,578 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,453 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (151,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,326 756,326 0000000000000000000605767e7e19a890d55e8e10d9198f74c083aaa25e38dc 0.92 MB 1,146 12
756,325 756,325 00000000000000000002d794da21ec982bb72caa26346cc3c97de4fa42750785 1.29 MB 794 10
756,324 756,324 000000000000000000032bb69ef4894a23b4c530eabd8d1a93a2d3eb5e67a29c 0.16 MB 354 12
756,323 756,323 00000000000000000005fc171efe653d519e92371d03ad4dc84a2f19dc0fd6ba 0.31 MB 609 16
756,322 756,322 00000000000000000005a379267928ada326b259704e61e92f28cf50f423f527 0.72 MB 1,022 10
756,321 756,321 00000000000000000007367a209fab4cb867546bfb76d768e2655b0248edd88d 0.45 MB 788 14
756,320 756,320 000000000000000000035ad76fa66b48f4ca770e48197cb634d2dc79bedaae41 1.02 MB 1,690 10
756,319 756,319 000000000000000000055b5bfac0cc2dd66a6b04901ee233e399311bbd03a396 0.45 MB 811 12
756,318 756,318 000000000000000000046a6844426e7b03dd187e4554e4e166cf08215d858172 0.84 MB 1,425 11
756,317 756,317 00000000000000000001783b09966db63315badfb56f899cf31d01aa7f1e23f7 0.67 MB 619 9
756,316 756,316 00000000000000000003d2289516b0a3b4964d89c44addea6435a2d17c13a6f3 1.79 MB 643 7
756,315 756,315 00000000000000000007461c331cd3526f41089f85a3c9a50420c52fb108a53d 0.54 MB 392 11
756,314 756,314 000000000000000000034fe8b1dc4ad6bb262eab1896a7ba9732664e347a9373 0.54 MB 619 11
756,313 756,313 000000000000000000046a96082cd31d5be62fd413a653b58952774b0927d501 1.58 MB 981 2
756,312 756,312 00000000000000000006779a7687fb187f48ce21fa1eb1e752f61f2fa47cecf1 1.44 MB 2,101 12
756,311 756,311 00000000000000000001e1c29e230befa5e141d2b0061e3b65695f5bcf0d75bf 1.34 MB 2,168 21
756,310 756,310 00000000000000000004cef721dc83871dc350ca53ebf4639d775c2d66991d96 1.17 MB 658 6
756,309 756,309 00000000000000000004116834d7dc5574e61a0732ebf09b0671252c4cfd6323 1.37 MB 1,232 15
756,308 756,308 0000000000000000000501722a49576e30d94c26c6472ee9e980f3d43b043617 0.25 MB 253 14
756,307 756,307 0000000000000000000829a3c8de31ce1c68e21130d49fad6ac457180499f070 0.04 MB 64 11
756,306 756,306 00000000000000000003f083d2b2dabbfd74d3b67501cf11abaf8fdb206d4e53 0.19 MB 345 13
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.