Memory Pool Memory Pool Refreshing

53,433 transactions
33.36 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,047 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,197 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,046 (185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,861 862,861 0000000000000000000051bf6eae1fa06135192a8307feb7e572cf60f54ae9d1 1.67 MB 7,134 1
862,860 862,860 00000000000000000001d4f53b03544cec8b94c4356aa3bade68410c101b0e29 1.70 MB 6,235 2
862,859 862,859 00000000000000000001ccf35042f3c317c4568d5db6848b1ed3f10b4c39e479 1.93 MB 4,519 2
862,858 862,858 000000000000000000031105953dc1e98f8d253a335ec090e9318a57c8f7b8f2 1.64 MB 7,633 1
862,857 862,857 000000000000000000025a1aa9c9b4733c033664ae855721d373d168e88afce4 2.01 MB 2,765 2
862,856 862,856 0000000000000000000118ff386ea75b999eb1e2263227203b1c895dbddad8d3 1.67 MB 1,439 2
862,855 862,855 00000000000000000000e00b8b0582efe995d793c5bf35f02e77a1702c7b1442 1.77 MB 2,977 4
862,854 862,854 00000000000000000002f3be37ee82d26f2200f4d47c3a92282026a6da935434 1.69 MB 3,378 4
862,853 862,853 000000000000000000009e2eb917aeec6a9a484968f9bcfdbb88a325beead1ad 1.68 MB 3,644 6
862,852 862,852 00000000000000000001693ac5a933a922504660c8e5c342764a45d76b474431 1.42 MB 2,393 7
862,851 862,851 00000000000000000000544caee6a673f09978cf1eb74b62197d91bf880c2021 1.64 MB 3,390 7
862,850 862,850 00000000000000000002fab44799edfd4b375845278bcb28d1bae90fbf19c5e1 2.04 MB 1,899 3
862,849 862,849 0000000000000000000000ceed613663ef161663881c0c8792ea7a0f3ec26a8d 1.62 MB 3,088 7
862,848 862,848 0000000000000000000304a2cf880917709c0e1a8fdf4337849779ec90288916 1.73 MB 2,310 3
862,847 862,847 00000000000000000000a98d2c6a1875258ba9611e24b421c88325ec5155e2c8 1.58 MB 2,965 6
862,846 862,846 00000000000000000000c59b0777134aa94d008ca7380f266714d2e3a6ba33a4 1.61 MB 2,990 6
862,845 862,845 00000000000000000002a25f08f18a65efaf27b5eb9efa9b677c1b6e8c976535 1.62 MB 3,071 8
862,844 862,844 00000000000000000000c4ffc2afa4014a84013efa6a242f68d72a422aca365b 1.63 MB 3,141 8
862,843 862,843 00000000000000000001e2e7ca243664ccaf96f9c3d98fd8975cb772a685eee1 1.76 MB 3,282 7
862,842 862,842 000000000000000000009234f3c45b97b7140bf50a0fa86ca6c12b0829f31e7f 2.00 MB 3,109 8
862,841 862,841 000000000000000000005f39512c6813c3ba9723bfd59db44815e6401119f328 1.62 MB 3,564 8
Previous 10 blocks ↓
Total Size: 686.18 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,417.01 GB sent, 113.32 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.