Memory Pool Memory Pool Refreshing

28,266 transactions
34.01 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,840 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,839 (64,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,988 798,988 0000000000000000000530c5d8701b844d952cb42e082aa8a515f48ad229ff8c 1.81 MB 4,619 7
798,987 798,987 0000000000000000000193f70c6678d6b31a99dc07317db1af8ea418f4f8131c 1.68 MB 1,648 11
798,986 798,986 000000000000000000001e61127e746e93d8521c97f9091290ccf51f771d8ad4 1.94 MB 4,276 8
798,985 798,985 0000000000000000000288839fd746ea98878c762a805045df14a3e7460a2b2d 2.17 MB 6,429 5
798,984 798,984 000000000000000000047857800c22dab75bdf845db445319cd03989a9d98709 2.02 MB 5,718 8
798,983 798,983 00000000000000000004b87890b74bd421c029202fafa4d1c1f5d0ecadc051d3 1.39 MB 1,900 12
798,982 798,982 00000000000000000001f290de4c6869df246807d1feb3c2b48db2d1649abe76 1.92 MB 5,225 9
798,981 798,981 000000000000000000034f9a3b179c2638e73877758143927e8f54f63dada045 1.81 MB 4,394 11
798,980 798,980 000000000000000000006f9e67ed3c4064d1cda410bad574391b277077c4f20a 1.78 MB 3,384 7
798,979 798,979 00000000000000000002da28c95760a3c1b65958d577ea69de17b20895caa841 1.54 MB 2,987 11
798,978 798,978 00000000000000000000b0306275f112a39bd19fc6eb3a1ef750869abe61eab9 1.59 MB 3,420 15
798,977 798,977 0000000000000000000268517ee879200afb4d999185b2b12baa44a279206855 1.57 MB 2,991 15
798,976 798,976 00000000000000000001d605a6ecb9d8986627d689463f8b75e8d15b556d4a6e 1.50 MB 2,185 11
798,975 798,975 0000000000000000000162481e4c1dd88ca97fe527cda76a3adef9e3ddd37870 1.52 MB 3,611 18
798,974 798,974 0000000000000000000215d49e8c015999197198088cc5334a57806e5c9ace33 1.76 MB 4,551 8
798,973 798,973 00000000000000000002f15be24f404a03bad211d357ca5f9eb60f61df7d7d1d 1.69 MB 1,997 8
798,972 798,972 00000000000000000002af9dee3219f6a69d8c41f084d195ea85e0a6edb52bad 1.49 MB 3,098 17
798,971 798,971 000000000000000000013f2799d7a5647cd796dcf72eb1955558ab9671fdd23c 1.86 MB 5,009 6
798,970 798,970 00000000000000000003d98238f919dd85f51822f338ebe6add7d1e2ee71095a 1.63 MB 3,686 6
798,969 798,969 000000000000000000032d67db505fb04284cc9d9114abaa48325ee97dace77f 1.58 MB 1,666 7
798,968 798,968 00000000000000000000ef51bf96b628d74fed902621e8ebbac89a5de8355bbc 1.68 MB 3,236 8
Previous 10 blocks ↓
Total Size: 687.72 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,523.77 GB sent, 123.58 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.