Memory Pool Memory Pool Refreshing

38,171 transactions
31.87 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,357 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,356 (13,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,065 849,065 000000000000000000019cfe84554113f92378e1c6a6e4e6c835aa4ea7a6bb0a 1.60 MB 4,309 10
849,064 849,064 00000000000000000000b74e2c42ae7f9e3cfac2959eee5f1fc2df11420d77cf 1.70 MB 4,912 11
849,063 849,063 000000000000000000019204cdb372b8052291c83966300a0e13ac74d22a5e27 1.41 MB 3,776 15
849,062 849,062 00000000000000000002cb4b71ac4ca283f32ede0d0b67ed89c812ed297a476f 1.57 MB 5,534 13
849,061 849,061 000000000000000000034c5946d81ef46ffa89fd9049bf3e091d42fd5897a555 1.57 MB 5,251 14
849,060 849,060 0000000000000000000346b70cfa78a6f8b342812400620f8d351555518da93e 1.58 MB 6,668 11
849,059 849,059 000000000000000000031751deeb92b77406802c2bbdf377a132e85eb74bda77 1.55 MB 4,044 20
849,058 849,058 000000000000000000006edd42f1997ce4aafc1bc4bd14f6d47ddfa8df24fa5d 1.55 MB 4,991 17
849,057 849,057 00000000000000000000547d02bc64b8f6d6cf3d99b39c4b8ed9f4d84ff765cd 1.54 MB 5,562 13
849,056 849,056 000000000000000000018dde3f84921508c0a8e863494841c59cad6507831a2a 1.56 MB 5,702 17
849,055 849,055 000000000000000000017fdcbc4d6725b5eb6ed7fd5bbbf96f161f80a2aba250 1.73 MB 5,699 15
849,054 849,054 000000000000000000030dfe7eb49f37177bcc21030904760bfaaf05a3217a98 1.52 MB 5,693 16
849,053 849,053 000000000000000000006ff8fe94701f4d78db7f0abcbe4d871d77b41b0ddb8c 1.52 MB 6,030 12
849,052 849,052 00000000000000000001cb5965a0efb2ec7f0c38258ea7c47e782aea6afaeb14 1.64 MB 6,163 9
849,051 849,051 0000000000000000000207569a01a54507da3b5b7b5d399f12813cc59fee0f2a 1.54 MB 5,934 12
849,050 849,050 00000000000000000000d0c248e41effe9345d7c604f4e711b300545fa4a639b 1.55 MB 6,223 11
849,049 849,049 00000000000000000001393db2a94737577e3c473036f406e8f922f111cc4f12 1.45 MB 4,331 13
849,048 849,048 00000000000000000002ac78c9fa0122ddbd5a0d4ca6668acfd67c980c31e50c 1.55 MB 5,639 12
849,047 849,047 000000000000000000027044ba5e44406b2b82763bcaab494b396f25db2ffdd1 1.49 MB 5,131 12
849,046 849,046 00000000000000000000a4662ec1e88e35f8121fbdbde606a7c27b3372c2398b 1.59 MB 3,972 16
849,045 849,045 00000000000000000001ead040a7fba502c23aae26770a9ed7730b5c8a287872 1.54 MB 5,946 11
Previous 10 blocks ↓
Total Size: 684.84 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,365.24 GB sent, 103.93 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.