Memory Pool Memory Pool Refreshing

6,297 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,959 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (385,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,712 522,712 00000000000000000006321548653034025e9f4807ce5b0281bac012e3a712d9 0.71 MB 1,351 10
522,711 522,711 00000000000000000039acd511d26a9b4952783268e51dc7fef6eef3864b5127 1.20 MB 3,170 51
522,710 522,710 000000000000000000278076841fa340803244aa5d31eb3ba44de2c72184a501 0.32 MB 538 36
522,709 522,709 000000000000000000285c8fd41b5945983f89cb939fa70429ba5c2358cbfc32 0.13 MB 356 34
522,708 522,708 00000000000000000001e027b822f6fb109cb770f862f312df3e4529324004f4 0.85 MB 2,037 29
522,707 522,707 0000000000000000002374c30bb8b9b3ddfeac555adf01f99bf5f1d44f1a79ef 1.16 MB 2,645 41
522,706 522,706 0000000000000000001bc94b48782f56f1e4bee9e550912623e38371d804a3c2 0.67 MB 1,421 31
522,705 522,705 0000000000000000001e8a7ac440ed2fd41a006ff29a8ed33c1ccfd5f01b4f1c 0.52 MB 1,161 30
522,704 522,704 0000000000000000001d6cd5ca0a44201fe8056dfd43f01e55d49cddd51abd41 0.89 MB 1,958 32
522,703 522,703 000000000000000000080e34276fe5eed1746319d22db8282c5dcfef6d707094 0.38 MB 813 36
522,702 522,702 000000000000000000293c81e439c80e2145cc75766749df5365ffb5665a77fa 0.02 MB 73 27
522,701 522,701 0000000000000000003fa3bdacb6b375e8bdaafa87a6af28309410cfb37eb448 1.08 MB 2,389 31
522,700 522,700 00000000000000000019aba28dd3513f53db9b4dc7d68b5930e50e7194e911a3 0.18 MB 343 28
522,699 522,699 0000000000000000000f8db68de9f965c5d50a15331b84ae8f51148ccd86677b 0.37 MB 866 38
522,698 522,698 00000000000000000002c3b034a6c41ba22a4bc23ce7115a23dd70ed251e3d6b 1.11 MB 2,407 33
522,697 522,697 0000000000000000000e912702c98f66311e6eba8d5ba4483f2b9b0704c3c609 0.04 MB 72 22
522,696 522,696 0000000000000000001a6b21c053acf6580c1353ebc79df1164136e99016b0fd 0.72 MB 1,613 39
522,695 522,695 0000000000000000003f8ec4ca31b3a6143d7a0a4304e7fba6cf5af22b75f96d 0.01 MB 31 27
522,694 522,694 0000000000000000003e3534b5951b43855a85baa07680ef2967705a417c2d70 0.02 MB 46 22
522,693 522,693 0000000000000000001bbd6dc9807cd25364f3ef0dda35e89452fc7d0d8befd9 0.09 MB 219 28
522,692 522,692 0000000000000000003d450f66a5a1bed6fc941546e930033a30895d74a57330 0.72 MB 1,398 15
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.72 GB sent, 94.06 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.