Memory Pool Memory Pool Refreshing

9,299 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (268,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
639,713 639,713 00000000000000000001d955439ce8904b4a9da6f8753508746793bf0bdc9e59 1.14 MB 2,156 30
639,712 639,712 0000000000000000000583fcf05c92c635b07bb37d6937be92ed671a81549885 1.24 MB 1,958 32
639,711 639,711 00000000000000000008108c444649abdda5a957ca51f07d1964bf5c29f54038 1.26 MB 2,769 66
639,710 639,710 0000000000000000000b38064f73ca0637848c77a32ce6419f8a136520808f8f 1.29 MB 2,514 59
639,709 639,709 00000000000000000002a195505ff9588d970a315bed1e150c3073b0bee2351e 1.33 MB 2,399 75
639,708 639,708 000000000000000000027eed068b89100fe69995d13a9d37ac45d9f10907ee0a 1.16 MB 2,281 37
639,707 639,707 00000000000000000005f0b358a3b0b0528468df7a0a2abe2b970671f11396fa 1.41 MB 2,539 75
639,706 639,706 00000000000000000002b0f48e87e060cef6218713f07e70ee081b1ba0b12562 1.29 MB 2,681 45
639,705 639,705 0000000000000000000182d3ae865faa4f80388b634c398798d4eba9db64c089 1.23 MB 1,640 62
639,704 639,704 00000000000000000004e89ad1b5ab6fac98405d6ca02abf1b7860155fc01c19 1.39 MB 2,881 88
639,703 639,703 000000000000000000027c3e6eada9a7969645084a0b241e1977b76cf0b2bf0c 1.26 MB 2,797 46
639,702 639,702 00000000000000000008e3946f7bd5bd86913c932071b45c69ea0b416e450e45 1.34 MB 2,858 44
639,701 639,701 0000000000000000000143b76acc56fc09b81ab3966ad2ecc33094650b3e2c1c 1.26 MB 2,664 54
639,700 639,700 0000000000000000000492f48b572faff53fc7c0abac2d58599974ab3896f6e4 1.23 MB 3,013 49
639,699 639,699 000000000000000000102c5910e24d1d5124bb02ec906745b1123b56456430fb 1.21 MB 3,129 47
639,698 639,698 0000000000000000000393f745b865ef317b1b3e1d73becd735b17c2eccff0ef 1.20 MB 2,640 51
639,697 639,697 0000000000000000000002e5308e673f0b96a35ae3ec617f3492063920809005 1.30 MB 2,490 61
639,696 639,696 0000000000000000000693300856d86d0a3bf51e183a7ddd885235defb65bf94 1.26 MB 2,373 58
639,695 639,695 0000000000000000000c8c4dd3e4585ff42f3d6d95725cb39ad71f6f8479f682 1.22 MB 2,500 67
639,694 639,694 0000000000000000000de2c4415f6fbeefea78a76b7c5d501a9b49051a61df59 1.34 MB 2,540 89
639,693 639,693 0000000000000000000f2faab6f3f853a54d330d23e1f6e3e23f2a84e9728c19 1.16 MB 2,547 62
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.