Memory Pool Memory Pool Refreshing

4,057 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (35,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,777 872,777 000000000000000000003397eaced131871dfe119976d89899810bf2a3b8ef03 1.49 MB 6,017 10
872,776 872,776 000000000000000000017fcac20e4ce250c8593a519b6f3c298451a72db32acc 1.47 MB 5,936 8
872,775 872,775 00000000000000000000048b037c71e77dc5c4bbb4f12dc4fc8517e96ed4f7b3 1.51 MB 5,829 6
872,774 872,774 00000000000000000001e9edeb6da53c99a07e19a4c8a9451a6805a1c85d83a0 1.58 MB 4,100 7
872,773 872,773 000000000000000000008870e0c0c35c6475de5027b84e91cc234b2338fadb31 1.49 MB 6,772 4
872,772 872,772 0000000000000000000172274802d7bc13b061a6fb4909fb995481910825fa4a 1.51 MB 6,288 4
872,771 872,771 0000000000000000000042a50038fcbf5f58f1d8adc91e868a8d84f66023d960 1.55 MB 5,094 6
872,770 872,770 0000000000000000000088a3d98250f111a6a7df1880623fa597f6453168470b 1.58 MB 4,214 4
872,769 872,769 00000000000000000002bfa7933ff6ba93f57608e5d4990399028a265c2f8dbe 1.58 MB 4,344 11
872,768 872,768 000000000000000000015140a1c3e1f179a2e869ef27a6b77dc96f7f8596aeac 1.34 MB 3,480 2
872,767 872,767 00000000000000000000b224f86fcb907ae3d7bec05faba404cc4459f4d1857a 1.51 MB 5,976 3
872,766 872,766 00000000000000000001c34116f1f1bab8244d1c3268bd91e415c0dab09347b9 1.54 MB 6,023 2
872,765 872,765 000000000000000000018158361f2bf21cd703d049856ac16836e246d21efa80 1.59 MB 5,038 4
872,764 872,764 00000000000000000000dfec99fdfdd3fe2d95edb2ba251361f7363544765c14 1.55 MB 5,672 3
872,763 872,763 0000000000000000000179119936acabee48b0484856ae11378476fa49b32094 1.51 MB 3,795 3
872,762 872,762 000000000000000000009f214fa5dc5778354ff05f184796349797192bc4228f 1.68 MB 3,426 7
872,761 872,761 000000000000000000005dfdba3dece26ffaba1d3478bb683d0aa31a17835c47 1.64 MB 4,088 8
872,760 872,760 000000000000000000026c2c1a664dba78d87b4b212c266b9a4836f199affce7 1.53 MB 3,714 4
872,759 872,759 00000000000000000001385d23ed1143fed6bf27a25f60fbe5c28e3b817d112a 1.58 MB 4,947 3
872,758 872,758 00000000000000000001dc542ef185ef7131020ac5068d0ffe83c0cbb4a44538 1.55 MB 4,073 2
872,757 872,757 000000000000000000018156f37fd7d009a09824241113e931b7dbff6e8ebe07 1.69 MB 5,840 2
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.