Memory Pool Memory Pool Refreshing

8,392 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,290 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (390,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,094 517,094 0000000000000000004f881acd6a5abb8d2ad3239c9e700cc61d04719170dc4c 0.32 MB 788 28
517,093 517,093 0000000000000000002d994121c9f2ea07a42fcc6229c687a21feaa7f00c7770 0.93 MB 1,916 34
517,092 517,092 00000000000000000022eaf9301d11ba94d0503fce85190cdc0de89a1eef4a13 1.14 MB 2,588 59
517,091 517,091 000000000000000000076bdcc75add3f12a5d2d7b7e50fbd0c34eb819a52e54a 0.02 MB 60 44
517,090 517,090 0000000000000000002065bb482f9ccb00c3fbb2fb2c9cb7a46a94de915dcbb7 0.02 MB 51 21
517,089 517,089 00000000000000000004b9a998a4110d434fb0a28501f28ff8a3d0d7336c1536 0.21 MB 435 29
517,088 517,088 0000000000000000000818f5e5dd4c91ce02e39b22d5dd7730c1621c775e0136 0.13 MB 180 2
517,087 517,087 00000000000000000015880ad350ad446aa720c5086ba466661371547d50bc75 1.17 MB 2,560 31
517,086 517,086 00000000000000000031c77f81762583f53ea51347b95b0faf477b9c63616281 0.36 MB 700 22
517,085 517,085 0000000000000000000deef3003cf025cf3538642cf5a42d95fd6f21884724cb 1.02 MB 451 6
517,084 517,084 00000000000000000027a642c6b9e3a6b658a5781415c40cd7fa0e1e204edb6f 1.04 MB 877 10
517,083 517,083 0000000000000000003eb1bbfd18501e3ccbf82b2bffade058207234b774c881 1.00 MB 520 6
517,082 517,082 00000000000000000044c282b038edb194b5adbf5412f5b000049de3ddb963c2 1.00 MB 403 4
517,081 517,081 00000000000000000020ccf6ea4172b76a867815bd08b2013d02e0523f404114 0.22 MB 570 42
517,080 517,080 00000000000000000009e32cfb020f9d8fd88e8a8a9a14b9f1240b7754ea305b 1.00 MB 643 10
517,079 517,079 0000000000000000004fd585d1e387bdd56cae624e0016432e1181c43a47ec6b 0.97 MB 76 2
517,078 517,078 0000000000000000004d3c3f4cc044eab83d387746118afe99c0615068db504c 1.08 MB 2,255 35
517,077 517,077 0000000000000000003cbe60286d2be5dd9390c10c7a334a7f3be6dc9b48c567 1.10 MB 1,773 28
517,076 517,076 0000000000000000002ee5d6e16974b09887ea105488486bf5def17cb0b0d60f 0.25 MB 47 3
517,075 517,075 0000000000000000002ecfedb44704d7a3996af7848bd95a8c0bbc38590f03cd 1.04 MB 1,727 20
517,074 517,074 0000000000000000004e3b6d2bba9c5576ed187a7fbc28fd86a56201de6becec 0.18 MB 193 39
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.