Memory Pool Memory Pool Refreshing

51,053 transactions
30.60 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 872,641 (434,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
437,717 437,717 00000000000000000364a19d4e936a365606ebc8a4ed84a727ae13ddd8db4a7c 0.43 MB 1,060 70
437,716 437,716 00000000000000000423452eedf1458866674161ad8be52178b18bde0c0b7fd0 0.34 MB 752 69
437,715 437,715 000000000000000002968cbbe6cd7172533e48a65e7d6a8ce39a6bfe9a7a50e0 0.52 MB 905 73
437,714 437,714 00000000000000000400446fcdb4adf325c6c601cf68224df06307058c832270 0.33 MB 819 78
437,713 437,713 0000000000000000006d2794b477ec8f31ca65312702c8d7204f998aa3f9c0ee 0.74 MB 847 43
437,712 437,712 00000000000000000157e244f59c6d96ddae09d4042f6a2f0d934a94c78e519b 0.41 MB 613 49
437,711 437,711 0000000000000000034dde56267aa664e511ea82f5f11dd5d9d92f05430d3f21 1.00 MB 1,787 56
437,710 437,710 00000000000000000195221ac3a4682e02c0ae82c7780220dab7a6679151de54 1.00 MB 2,520 81
437,709 437,709 0000000000000000026e830834b8a1f6439342af76e75f22d63a96ae71efa6a7 0.75 MB 1,551 60
437,708 437,708 000000000000000000ea1b8ed8f5d066e27f473392dfad5b6143b5f6f1915ae4 0.55 MB 1,278 66
437,707 437,707 000000000000000001ef0ba8a0d1a4f0309cfcc04a4d4f0e534df5594d5bba1b 0.20 MB 305 78
437,706 437,706 000000000000000000dcf1e86060cb7e635ac136fa7d77ca31db4882a2ccbe8e 0.64 MB 1,330 66
437,705 437,705 0000000000000000043a742c320c9a93ed8ace62d5a7b50fba6259b497454918 0.38 MB 861 68
437,704 437,704 00000000000000000378c3d9e009669ebb45977747670d6e4bff2087505ed7eb 0.60 MB 1,261 64
437,703 437,703 000000000000000001d2f8a19e200c6271a2a6f90105aab16a930202fa1b8e5a 0.74 MB 1,123 41
437,702 437,702 000000000000000003401c4a21a7f12a3977b6e74f489009d85cecd5340cf94a 0.85 MB 1,776 68
437,701 437,701 0000000000000000034dfc747e0914b3639096538632ac05b85e9088eae95a70 0.90 MB 2,161 74
437,700 437,700 00000000000000000051718250ac61e9cd97af1e3309e301574b365b1c62e8c1 1.00 MB 717 18
437,699 437,699 0000000000000000008159b25b63be642e3e9e0691248ef1541d65884598e4b7 1.00 MB 2,168 74
437,698 437,698 0000000000000000043601a83cc2e01140490b7685d6d063231db3fe91604601 0.64 MB 1,000 49
437,697 437,697 000000000000000003e0af361d432ab783a599449f80600bc5be8c6870e64d69 0.25 MB 470 70
Previous 10 blocks ↓
Total Size: 704.39 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,650.54 GB sent, 240.53 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.