Memory Pool Memory Pool Refreshing

60,988 transactions
26.81 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,539 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,538 (359,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,811 512,811 0000000000000000000ea0481f7bc790ef0c4a43375f43f05b30051d52267979 1.07 MB 358 11
512,810 512,810 0000000000000000003b144cb3033eff75adb7231b7d143c96e314efb98d3f6e 1.04 MB 534 6
512,809 512,809 00000000000000000040b8b10893d5bc7e8bf6b48845732971081daf4e8969b7 1.15 MB 3,041 42
512,808 512,808 0000000000000000000a0986d4996acc1c4b901ca83cd30db210335e8c7fdcbe 1.15 MB 2,463 34
512,807 512,807 000000000000000000023ce0d0a0c60138090e10f00990faa4ca4ce602681046 0.04 MB 122 37
512,806 512,806 000000000000000000111ec8622f739fa7b1b8cc41d3665fbcdb7a4ce49718fe 1.14 MB 2,232 34
512,805 512,805 000000000000000000048c33e3b276b00520fd8dd6a9bc4ccd1bdf6b8dae4fc1 1.05 MB 1,052 17
512,804 512,804 0000000000000000004eb95084787e93e8ccad5969b241cafed53f45b21a0192 1.14 MB 2,424 29
512,803 512,803 0000000000000000002cd42bc7bb77c87e01792e3e1ace24d7f6634e2e6ba6d5 1.09 MB 1,972 21
512,802 512,802 000000000000000000366ebd4fa8d9d246e7b04363858b3942ccf51f38a47e87 0.24 MB 572 47
512,801 512,801 0000000000000000000dc4d58b90d900d8e652fb8840a7f8e3e70e636de84947 1.05 MB 909 12
512,800 512,800 0000000000000000000668ffadda741cda79d6a35e997bbefc73e6a37e0d32a9 1.09 MB 1,772 20
512,799 512,799 0000000000000000001de2df21bb073f66dec9fbd44e1e5f6bec840f8a95cf4d 1.09 MB 1,736 19
512,798 512,798 00000000000000000025864530631207a3b1031b0fb49b800638881783b46a0b 1.06 MB 1,288 18
512,797 512,797 00000000000000000014117024dd04c262339f3de55f0e5eb1cb682c84dcdfb2 0.62 MB 1,119 16
512,796 512,796 000000000000000000434e30ab195f95995f62a6668cbcaccd8011439d0d4a0d 1.12 MB 2,631 33
512,795 512,795 0000000000000000000816a4092a0a07c9980428204c26ae13fcc4b92dba3e4e 1.20 MB 2,811 39
512,794 512,794 000000000000000000517051d70b522c3b203601925918dd528d20059a8e7653 1.04 MB 884 10
512,793 512,793 00000000000000000012af922cde8e20ca1a79d5bd8409efed14a4387bb08a8a 1.20 MB 502 4
512,792 512,792 000000000000000000330c3de652726f4e13ab15da9cb875f39fd8347587b257 1.07 MB 809 9
512,791 512,791 000000000000000000378829ff3e591548217849fd8b511ca5a492840324c2d8 1.01 MB 409 5
Previous 10 blocks ↓
Total Size: 704.20 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,643.90 GB sent, 239.12 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.