Memory Pool Memory Pool Refreshing

2,152 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (799,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,034 108,034 000000000000ef3ade87569c230186461bf611e09c2bb915092b802138fdad54 0.00 MB 13 0
108,033 108,033 0000000000011ccc6fe34cba2c5df3e033bed478ddcef5deeea7191f7a889cb2 0.00 MB 11 0
108,032 108,032 000000000000513b30195ddcff2270cea9c2c690a665e97937bfd846a7247ebf 0.00 MB 7 0
108,031 108,031 00000000000261e65a7c53767ebae917797f6cdb131fbeb5eb9fc131f4e25c3f 0.00 MB 11 0
108,030 108,030 000000000000968a2cc1707d745d76aa3fa82057b74d8c17ff85ed40d94cfad5 0.00 MB 5 0
108,029 108,029 000000000001806c82884b9337bbb63f11fc7c55f361c447ab8eda89557205dd 0.00 MB 13 0
108,028 108,028 0000000000021bc7c0b6e0d03f570138683fa08ced422e005e1c2d85decf4eb4 0.01 MB 36 0
108,027 108,027 0000000000019cd5c0e6f8778bba64ee92266405d0b05d375f658544f9ce6922 0.00 MB 11 342
108,026 108,026 0000000000019b8ce7d3d9a4a54aeb1820e4eb283c877774370deb6e94b8c54d 0.00 MB 12 0
108,025 108,025 000000000000fe5840e678fa681a74509d15f05dbd702dc1c80f16ac9803216d 0.00 MB 12 0
108,024 108,024 000000000001bb41284155cd13020d7a0fe04809d46babebf02e9889dcf2fca4 0.00 MB 12 0
108,023 108,023 00000000000031021164356a4525f8cb85fb629f0863687f85a3cb63cf5b7b99 0.00 MB 13 0
108,022 108,022 000000000000268972c5faca5542f6d501c07f4a06b34985098a7a9fef50bda2 0.00 MB 8 0
108,021 108,021 000000000001e12bf58b56ef33a983b952ebcf0d38e7b497885d6f61cac3213a 0.01 MB 4 0
108,020 108,020 0000000000006081cbedb20acfc74ab76c9c2a4a52bfd8f324ff27c50e026294 0.00 MB 7 0
108,019 108,019 0000000000012dd6577f99fa9d668226e4e826566b7f391357de774b32c1d76f 0.00 MB 12 0
108,018 108,018 00000000000178f3c391f7159afb7ebdfb8a657586ba718e223bd688bc4b4c6c 0.01 MB 4 0
108,017 108,017 0000000000023a25bbb35d34338bd889072a389524f404b57170a2b0f2865837 0.01 MB 4 0
108,016 108,016 00000000000155eb7d909063436bb869622c358afe127d79c83fc009ceed5d3a 0.02 MB 27 86
108,015 108,015 0000000000000d7ab0ebab00989a54a7e22b11ad1de11db0ab3bb2423e11ad49 0.00 MB 11 0
108,014 108,014 0000000000021852c20e6cdf0752f2ca4b406507dbabc897112dce590e05f7f7 0.01 MB 6 111
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.07 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.