Memory Pool Memory Pool Refreshing

5,987 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,759 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (107,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,580 800,580 00000000000000000002164dbeceba1a72e7d5d3c1e08e6b161312ef6e61506e 1.52 MB 3,744 19
800,579 800,579 000000000000000000009ac1bc41feadb8aeabfcd029077fa30c22129f8f91e3 1.59 MB 3,212 7
800,578 800,578 00000000000000000001153ad6963922448a7529c1657677ad3eabd42c6b6652 2.04 MB 3,313 6
800,577 800,577 00000000000000000000bc5d17227cd8629e1b97fe6d11b60ae61e9041ab81b0 1.56 MB 3,480 14
800,576 800,576 00000000000000000002fa1d9aba407620a9ee0cb76665b1ca9ba6f804587711 1.94 MB 2,586 7
800,575 800,575 00000000000000000003359a18a52b751d231c4d6ac9141c0ba1137baeaed429 2.25 MB 2,124 7
800,574 800,574 00000000000000000001f25700be4c78a221e8e2942f01aa0d201b1812f3ef8f 1.96 MB 5,147 7
800,573 800,573 00000000000000000004eb15dee5c49fbe492badb584dadf4817740f83315220 1.73 MB 1,597 8
800,572 800,572 00000000000000000003992a13918ae5c4ece67aa4ed14b81d026301b506712f 1.61 MB 2,716 17
800,571 800,571 000000000000000000046f8382a8fddc7640f0af0b25f477762725b53a317807 1.84 MB 5,171 8
800,570 800,570 00000000000000000000f2fb02e783f1b02f7b2c3e449de406d9ce77091fa5f7 1.68 MB 3,099 10
800,569 800,569 00000000000000000003cb5d9a73e1c2105237b000c13f59106abc05779da902 0.00 MB 1 0
800,568 800,568 00000000000000000002d14de0db85118b466c9906113d60b83f7440862ffb6c 2.06 MB 4,883 9
800,567 800,567 00000000000000000004bad741a36edb3de5b9860bf71533fd5141114c4228d4 1.66 MB 1,768 13
800,566 800,566 00000000000000000003b515577b2cef0c09f6904d9e54d33f94c217d1632a2d 1.62 MB 3,410 11
800,565 800,565 00000000000000000004a8c9df7718c31c4197cac3462ecf91d8d7cf67d0081a 1.26 MB 1,442 18
800,564 800,564 00000000000000000001cd983dd1d72167acf1434a015795347ca80b77984e51 1.87 MB 2,600 10
800,563 800,563 00000000000000000001e9f95b79df5b55356936021e5eea6b674f64a20682f9 1.50 MB 3,257 26
800,562 800,562 00000000000000000004265a90f0ad29df4263fb261f2e2cfd36431239e5ddc1 1.74 MB 3,947 12
800,561 800,561 00000000000000000000a2c3290db1a1e017e160d3c5b2b551834fdb0f086574 1.64 MB 1,721 12
800,560 800,560 0000000000000000000100150fa4c3b7029818f0beb26597a170bf37715463c7 1.81 MB 2,123 9
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.