Memory Pool Memory Pool Refreshing

16,675 transactions
11.61 vMB
Show Random Selection Loading Transactions
Max Size: 70/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
15 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
902,799 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 3,278 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,798 (92,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
809,978 809,978 000000000000000000001dedad706d4cade3271c8cf66d853758b71f4099eeb6 1.93 MB 2,066 17
809,977 809,977 0000000000000000000039e2be51f95f6393c42751afbe6d5e43c7b1a0e6de8c 1.97 MB 1,013 8
809,976 809,976 0000000000000000000411d72b653063b223e1569a65f27ebd01dac67fee5fba 1.90 MB 76 3
809,975 809,975 0000000000000000000366a1e6ac8c0f764f6044edcd2de3acb1c48fa1fd71da 1.75 MB 976 12
809,974 809,974 0000000000000000000270d75a0de1002f2a6a53004954172f2d7137f6efe32d 2.02 MB 1,609 13
809,973 809,973 000000000000000000002ae7545309edbd9242fe069250eb2d1d2167d58070e0 2.29 MB 1,261 10
809,972 809,972 000000000000000000000e2ee7856ef3f40ec9e2b4aeed28a08512bb962db7e9 2.31 MB 1,527 10
809,971 809,971 00000000000000000000cdabff8a2342fd207a059169874c07d6322f58824e06 1.57 MB 3,131 30
809,970 809,970 00000000000000000001caedc3fb70b2ae89c2ef247473d44e738aa635f2f6c2 2.07 MB 638 7
809,969 809,969 00000000000000000003b353a63a88a29c5752b3c7cc285061ef82404fa525b3 1.82 MB 1,030 14
809,968 809,968 000000000000000000015e75459c9493c399d03361a73f264253c8f796e5741e 1.54 MB 2,537 23
809,967 809,967 00000000000000000002d9abfe19263b5b3173886460d08017402ff8168e331d 1.87 MB 102 4
809,966 809,966 00000000000000000000a4390e98fc0e7a9a5310bc40af3fd9f47e438e16dc8b 2.06 MB 1,903 4
809,965 809,965 00000000000000000004e62f941e6659073c573bb1f50efbca274b80500d1dc1 2.14 MB 1,003 7
809,964 809,964 000000000000000000025b25eab0f24f83e77e532450f2bbdee638612ca6c4bb 1.88 MB 1,310 15
809,963 809,963 0000000000000000000182fc12363fc85c2f67047ce161aaf90e3768a5010cbf 1.68 MB 1,652 15
809,962 809,962 00000000000000000001edc8db666ff4766bb7998b9d17f46a5760cfd34ca185 1.56 MB 2,683 30
809,961 809,961 00000000000000000001a73edef9aba87f8d6818b2a97dd70f16845d3a9121ef 1.48 MB 2,770 24
809,960 809,960 000000000000000000035049200875adab024b5890e3a58a9b9e7fd456477c7e 1.64 MB 1,679 14
809,959 809,959 0000000000000000000049f1045528256551655e978ca9f2159309585592753c 1.27 MB 1,591 24
809,958 809,958 00000000000000000000bf9b8653da47a96e563e523f23933e0fb4f70d6ffdab 1.34 MB 2,557 38
Previous 10 blocks ↓
Total Size: 760.55 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: 902.24 GB sent, 49.28 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.