Memory Pool Memory Pool Refreshing

22,755 transactions
15.35 vMB
Show Random Selection Loading Transactions
Max Size: 81/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,561 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,560 (350,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,523 520,523 000000000000000000227c4ad039404c04120473603b16cef5525becb4973240 1.04 MB 793 17
520,522 520,522 000000000000000000227b17ac47c745c801111e0af440247c3ba12f06208956 1.11 MB 2,079 43
520,521 520,521 0000000000000000000e54676ddd3c8c7ebfa267db4ae64f31b2a2133fb2d18f 1.03 MB 616 10
520,520 520,520 0000000000000000003ef2ccc9a9c58c3cc849f0154cbfb011b4c470b9a68454 1.10 MB 1,465 35
520,519 520,519 00000000000000000013afb84db99b98c6943810c04639394f7e73e389a6bff8 1.10 MB 1,490 35
520,518 520,518 00000000000000000005c2759ecfd9d221d1613a5a1a9dcb703dd1ab8c42705c 0.74 MB 1,260 28
520,517 520,517 0000000000000000002f573dbc2fa8016ae16ef3327dceebee44bd65b687a2b2 0.33 MB 156 14
520,516 520,516 0000000000000000002a658050f8adbd7c8803b87d196225882faf7803eb4e39 0.41 MB 830 44
520,515 520,515 0000000000000000001cc9903318a053a3fb34b15a324ef2a637a00aecb9b841 1.01 MB 1,619 48
520,514 520,514 000000000000000000280e8fa6a970131feac084f8e5c710858b39965a0123e0 0.23 MB 542 23
520,513 520,513 00000000000000000040de51168f10657d794b796375a4bce10dce258846a09a 0.00 MB 1 0
520,512 520,512 0000000000000000000dbba028c8ef61d862630e92c76ba76899fe7120e4884c 1.10 MB 1,845 47
520,511 520,511 00000000000000000018de4e3833f92f61edb552c168f17cb82450832bea2df3 1.09 MB 1,649 15
520,510 520,510 000000000000000000282ea35ff287d71e4aa43a2b47d49586973072c407f619 1.19 MB 3,060 67
520,509 520,509 0000000000000000000675a1b6fd79f7be65dadd75863b3362a2b8ae5f2aec47 0.34 MB 637 30
520,508 520,508 0000000000000000000ad3a73322049791ea6ee6df913b265d9d195f6194b6b3 1.11 MB 2,137 36
520,507 520,507 0000000000000000000daf65e345dae7affe608d39c787044050f3858d99227f 0.68 MB 1,752 52
520,506 520,506 0000000000000000003502a5ceea515ebe040ba503a2b2b03c6b1fff1aeb51c3 0.44 MB 789 31
520,505 520,505 000000000000000000374b38fe44becc57e2d587e12f60dfd994ae0a5a9736be 0.25 MB 571 31
520,504 520,504 000000000000000000021906cd1cff7b6c35023365f6ac10de7eb8cdbe6c2508 0.69 MB 1,109 44
520,503 520,503 00000000000000000004ec4977818738e17e8cdb3f1c9c7a2e03ffd06d7d96df 0.12 MB 250 46
Previous 10 blocks ↓
Total Size: 700.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,360.13 GB sent, 213.90 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.