Memory Pool Memory Pool Refreshing

6,214 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,944 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (22,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,395 885,395 0000000000000000000136d85ec4023fcc26c25ab33cd3303899c2e2aba86421 1.47 MB 3,068 7
885,394 885,394 00000000000000000000637f21e7aa56006c73652ec0ec4ffba1141b5128abba 1.36 MB 1,993 6
885,393 885,393 00000000000000000000578c1a132efc57da1b80f1079e40c284ded922d073ce 1.38 MB 2,481 6
885,392 885,392 00000000000000000001471e8831cc8c13924b5176f5fc14208c933d11084f0a 1.73 MB 4,088 4
885,391 885,391 0000000000000000000013fc661587a15f047ce003608bc647612370e36796bb 1.42 MB 2,731 8
885,390 885,390 00000000000000000002430b90523b242058ff9fb332686dbc64b6ffbc70fc7c 1.49 MB 3,106 6
885,389 885,389 0000000000000000000224dbd4ec560f19f9d1bcf4a5ead05baedf3345ca6acd 1.54 MB 3,631 5
885,388 885,388 000000000000000000020d41d29f038dcd57438689884dc702e1a9c61a5cf320 1.10 MB 805 5
885,387 885,387 00000000000000000000d0cecf919da03a5bee56dc156e8199821f6b4908991c 1.62 MB 3,851 8
885,386 885,386 0000000000000000000219b1e5798434f531a89be3135a0c788711b8c2c4db4b 1.81 MB 5,071 4
885,385 885,385 00000000000000000001b18609482d8d8b74ccae69eaeb4c06015ee6b8fde48b 1.46 MB 3,081 6
885,384 885,384 000000000000000000021525cd41d1de39c5e54e99f18fbd921a244f1efa6af6 1.40 MB 2,675 6
885,383 885,383 000000000000000000006d63743ce3061e11e66a456e4c15865035668dfb3007 1.53 MB 3,307 6
885,382 885,382 00000000000000000002741d38c817e12da752b74fb35034d6d45e42dc86c75c 1.84 MB 5,228 4
885,381 885,381 00000000000000000001e2113a5ac506d411ca0d19f8d6d91d5eb97e6deec3fd 1.66 MB 2,871 6
885,380 885,380 00000000000000000000ee64e00cd3eb1b966df655c60fc574086e37ce149d5f 1.61 MB 3,867 10
885,379 885,379 00000000000000000000cf1669f2bdca78a2a368accc0a6cd59c167d2f395401 1.70 MB 4,387 6
885,378 885,378 000000000000000000025c105082a76458928c4088b6f31ab5127c88c30f629c 1.41 MB 2,586 4
885,377 885,377 000000000000000000026f3382db00397ced9615af6c1454a71e9afb16565772 1.61 MB 3,115 7
885,376 885,376 00000000000000000001d0f297aec665db7c21a5b14c123595034bea336700e0 1.52 MB 2,995 5
885,375 885,375 00000000000000000000dce7b601fea230718f80c1ba6c39b1832f3650cf3650 1.87 MB 5,031 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.