Memory Pool Memory Pool Refreshing

42,559 transactions
24.95 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,581 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,619 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,580 (109,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,866 752,866 0000000000000000000394fd63cd17c5387dd5fda41dae946693d6fab8657c88 1.48 MB 2,781 11
752,865 752,865 0000000000000000000261815666a877e90833fd134d0068c8d80ca1882d137a 0.63 MB 1,148 10
752,864 752,864 00000000000000000003a38fa5ec25d9954dc85dfe5a1de62f08a4efc6e9199a 1.00 MB 1,534 8
752,863 752,863 000000000000000000030581d2b599da0a851388238144bad572fc31dff84fe1 0.69 MB 996 10
752,862 752,862 00000000000000000006ddcb1dce362d689be5e25fe4e3deddc752a4521ee9ae 0.92 MB 2,043 12
752,861 752,861 00000000000000000005efeb9a503c1b471a26b1167ac79966bca57b026ef3eb 1.51 MB 2,524 10
752,860 752,860 00000000000000000004c0f24171aad9d9d99e21753894a1ecfa677f0105d98b 0.51 MB 721 8
752,859 752,859 0000000000000000000881f34c7291e3169e7ada040ce19a6e0707fcf3cb4c58 1.53 MB 1,924 6
752,858 752,858 000000000000000000044f3336a52d9c6e8fb9cbcf968834be3ba2bfb0f1b1cd 1.55 MB 2,456 11
752,857 752,857 00000000000000000007e21fc0e16f869db8ea65cac440f2f8eb42a618e81bfb 1.33 MB 1,918 18
752,856 752,856 000000000000000000022ac67416fed0d12dfeccc8402fa0ef4cc10d8e5232b5 0.70 MB 981 8
752,855 752,855 00000000000000000002ce23d58045b8ec0924c70af5730e3caabaf0fd0ee23e 0.61 MB 553 3
752,854 752,854 00000000000000000001fcbe2763710a939cec61342ca0990d9f5f01ff07a462 1.43 MB 2,812 12
752,853 752,853 0000000000000000000550ed2f56768fed0385f5770bd964cc1004556761f860 1.54 MB 2,554 9
752,852 752,852 0000000000000000000163b53b258370be56c81d365165f980c19aef38fc18e8 1.46 MB 3,025 14
752,851 752,851 00000000000000000008b18358667385680ef855d3db6ffbbd77d35f4577068b 0.41 MB 737 10
752,850 752,850 00000000000000000004ccf41fabe109ced7f044b8a0ba238a29483131c37022 0.46 MB 947 12
752,849 752,849 000000000000000000060a7739185f6538dea0bc6dcdc56e1bce738b651ac4a9 0.79 MB 1,035 3
752,848 752,848 00000000000000000002c3fb6e68ae76e6428423318d98d1c56882122ef9f926 1.44 MB 2,656 14
752,847 752,847 00000000000000000002c8d301ac0a1139fbb744f460b033ae07f6e68021eaf4 1.11 MB 1,559 12
752,846 752,846 0000000000000000000404c1b71f72eadecdbf6aee3e3e96f8cf741cd5a779b9 1.20 MB 439 10
Previous 10 blocks ↓
Total Size: 685.27 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,376.34 GB sent, 107.48 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.