Memory Pool Memory Pool Refreshing

37,044 transactions
29.62 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,509 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,939 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,508 (593,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,510 268,510 0000000000000007a69d6b86116508829a97e9e0c0b0e497822873db70fd0c52 0.25 MB 650 178
268,509 268,509 0000000000000005e71a1ad6b8a74c08a1b24a468c377b75339df2862bb9dae5 0.02 MB 50 85
268,508 268,508 0000000000000007c7e474c1a39ebaead0524059accfb99615da3fd4a1bd624b 0.15 MB 267 58
268,507 268,507 00000000000000041b3c1db4fc2aea147435cc2691301cfcb56934d51b103bfa 0.12 MB 245 59
268,506 268,506 00000000000000037c4b1f8f94f8fac8acb0276705b55fa1519a6cf550db8d58 0.15 MB 186 31
268,505 268,505 0000000000000001967e27ce5cc93702b91759007215e385d650fa63498e5453 0.46 MB 487 34
268,504 268,504 00000000000000010f614ad7d60b94baba5d46ff15708867ca281fd49cd680c5 0.50 MB 1,281 93
268,503 268,503 000000000000000649d6e9041ad5b5a28394a2345c8c8acbcff9c3d72fdc2486 0.25 MB 734 199
268,502 268,502 0000000000000006a56f6656faa220c247a76cb5388c463b1c559fbdda0e4839 0.20 MB 437 105
268,501 268,501 0000000000000004743ea486eee044d39b0814a2e9aa472cf8078846809d3cf6 0.11 MB 306 113
268,500 268,500 00000000000000004c2439104bd4a14d071546d2e4274caeec2c044c6d99b7ac 0.19 MB 216 47
268,499 268,499 000000000000000288ecdb642d4ce733f83c12981179abe67cee8d7fb68ec53f 0.25 MB 623 2,402
268,498 268,498 00000000000000030539099f344af9fe78e307ea505ed194406040b88475b03b 0.12 MB 220 60
268,497 268,497 0000000000000004914f51902e83b9e889913352d7a2df661927ddba829f3288 0.21 MB 221 32
268,496 268,496 000000000000000239e8590f09d93e96ba6b9b2f2d3e085a7ea169e8f8d5637c 0.25 MB 417 53
268,495 268,495 000000000000000656b559295bc412bc365f20db0f63358944e6ec82b8b06ae3 0.50 MB 1,030 58
268,494 268,494 00000000000000049af099ebb2f484ee33634c24ce7d7c0c0c03c0dcaa82d60c 0.25 MB 849 205
268,493 268,493 00000000000000072f2c71f4ed7f7b557a2794529f549dada58f3fff1313b641 0.25 MB 562 64
268,492 268,492 0000000000000007ee2db3da964939ff34695ef1a2343ae05c837cba83630ff0 0.12 MB 250 92
268,491 268,491 0000000000000004f8b72f04bca4ad1ff14ae948a7f7564cf5a41a595b1d9b38 0.06 MB 119 52
268,490 268,490 0000000000000008589a3c9f2d3e90a60f8e46941b193adf3628da876ab9826c 0.03 MB 60 40
Previous 10 blocks ↓
Total Size: 685.14 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: 1,372.16 GB sent, 106.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.