Memory Pool Memory Pool Refreshing

67,427 transactions
31.22 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 869,868 (23,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,053 846,053 00000000000000000002be2afe9446dd711bc14deb8db38be9ae0e1b75bc9d0d 1.64 MB 4,207 28
846,052 846,052 0000000000000000000014651b2164d080c4ebb9c2a28f15e667e771eaba3265 1.55 MB 5,425 23
846,051 846,051 000000000000000000002dd76fd85a3eff852942edc31ef15b3fe50b8488b949 1.50 MB 6,186 21
846,050 846,050 0000000000000000000028e67320af6ad8d2ae6f1c7b95f98eb6f9177920e526 1.59 MB 5,113 20
846,049 846,049 000000000000000000025fada5dd4216354d4f38fd88524df4a32bc0d8846030 1.59 MB 5,963 17
846,048 846,048 00000000000000000001d4ae9513f4fa569dca4b678cefd0c41472948f1ac9b7 1.47 MB 4,161 27
846,047 846,047 00000000000000000003481ebcfb7f5a910bd054975863e5268469abf280d20d 1.48 MB 3,735 20
846,046 846,046 00000000000000000000a7745720a0a7c13ff3266c4464a0931d6ca4692cb49b 1.54 MB 4,128 39
846,045 846,045 000000000000000000001dcd4223fbfadca728d98a3fcf5a908c5c07e8075173 1.57 MB 3,977 31
846,044 846,044 0000000000000000000231cbfb16e918ec1c0378400e89e08ef555c49b5149e1 1.54 MB 3,683 52
846,043 846,043 00000000000000000001c323ec3537a1dbf84eb260cd68f9a6159d7a8e344488 1.48 MB 4,430 23
846,042 846,042 000000000000000000028ccc6bb7617367c94623252ed9f466854b3a73755129 1.62 MB 6,061 21
846,041 846,041 00000000000000000002a73f7eff3cbc56cb152644d4df5db7809526adc27e5e 1.67 MB 6,088 21
846,040 846,040 000000000000000000025b5ba6d7904eaa6e3467601448fadbfa591e022a113f 1.54 MB 4,521 27
846,039 846,039 0000000000000000000139a47cd0f661157d803aaeb6838a7f523d33f69284c9 1.65 MB 5,554 26
846,038 846,038 00000000000000000002ab2020a6dc4e5b35e8b7bef5488c0f051b251f75f2d6 1.63 MB 3,251 31
846,037 846,037 000000000000000000004dc3421a066b160c4c2d74d59b933badc92d157f8192 1.49 MB 6,032 20
846,036 846,036 0000000000000000000314f5945e6403a8207fc8d996278f6c5c53ab20847c1a 1.61 MB 5,491 19
846,035 846,035 0000000000000000000350b0cea69946efb53cd20d993beb693d54d584fe7ce3 1.57 MB 5,703 16
846,034 846,034 00000000000000000001d4c1636813474f9ef5056f962b563712d6b6f07d1fa1 1.54 MB 4,774 31
846,033 846,033 00000000000000000000f16d7cab4e653fdf05bc7fe1e448cd8bc337a538e9ad 1.63 MB 4,299 21
Previous 10 blocks ↓
Total Size: 699.21 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,135.06 GB sent, 205.26 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.