Memory Pool Memory Pool Refreshing

42,843 transactions
25.31 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,267 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 834 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,266 (14,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
854,981 854,981 000000000000000000008c0ce7071a2e3ebe526a8d785f54304ffe94bc111fb1 1.66 MB 3,193 5
854,980 854,980 00000000000000000002e373db883e26ecd3c71ff471b15a75bda40b2d22b95d 1.58 MB 3,662 11
854,979 854,979 000000000000000000002ea4dac51f8d8aa8b63d0d927d3b46e53cef3ee02569 1.61 MB 2,757 6
854,978 854,978 00000000000000000000614d10bd7ae5718a077f84173e63226e532c9eb4e0dc 1.71 MB 3,614 5
854,977 854,977 000000000000000000030664235ac1e8500731ed531536f2089989108d5689af 1.42 MB 2,078 7
854,976 854,976 00000000000000000000ee05436072331b4947754591fd384ebc2b8f0d2efd69 1.54 MB 3,058 14
854,975 854,975 00000000000000000002b6687693a6326353dce13aedba56bee1a1ce8bd6b5cf 1.82 MB 2,568 4
854,974 854,974 00000000000000000002c88229a9419d3fbdaae13e19d1017455472482472dec 1.70 MB 2,943 6
854,973 854,973 00000000000000000000a32b1aeab95b1088a25fd9b2a438e1c9a7958d38e202 1.90 MB 1,616 7
854,972 854,972 00000000000000000001b6fe40ce7e219e15ae108235e99215045a7ad3eba571 1.76 MB 2,604 8
854,971 854,971 000000000000000000004fdcdeaf3b35b25e43bf0192381479c14a5c7293874a 1.68 MB 2,834 8
854,970 854,970 00000000000000000002c7813606ac54b2b5eac375afaa728401292033343537 1.59 MB 3,745 11
854,969 854,969 000000000000000000026ab988b66bf549e9a991700444ec2116bd558c2e00a8 1.77 MB 2,109 4
854,968 854,968 00000000000000000002829466f89a48fd488ae19fabedba8c5e8ec8d4f2537b 1.68 MB 2,969 5
854,967 854,967 000000000000000000020fe9a0f0e19f608e69e97654892d844b963fa38a2def 1.66 MB 2,245 6
854,966 854,966 00000000000000000002fc7a9ad681d5dcc466f9025259547dbc3ca6710665e1 1.67 MB 1,809 6
854,965 854,965 00000000000000000002525a953e505d9021c80ae085717056996a25bebeb30e 1.79 MB 2,081 10
854,964 854,964 0000000000000000000124c4d80bfd4b47b70be3605d51e41cafdfd3b9164ca2 1.55 MB 3,192 14
854,963 854,963 00000000000000000002abb9c3507843567b692ef51eb457439a3d5763af70c5 1.62 MB 6,767 4
854,962 854,962 00000000000000000002779dea12a81bc7a6f7a93930c5e694c49cd9ab7f0e15 1.56 MB 6,410 6
854,961 854,961 00000000000000000002644f9fc6785a1c1689737c462380d2206c2763e24790 1.63 MB 5,415 5
Previous 10 blocks ↓
Total Size: 698.08 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,067.86 GB sent, 198.19 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.