Memory Pool Memory Pool Refreshing

34,618 transactions
29.29 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,517 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,516 (834,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
28,210 28,210 00000000befa15e3b50a8054b942c3195a1170c372daa98a1bb5d07f6c04bced 0.00 MB 1 0
28,209 28,209 0000000004eff03aa855e5fbe6f3f2c827213bfef29db470fbb0ef83d8018df0 0.00 MB 1 0
28,208 28,208 000000001c9528a4f91bb06928eb7300f5a52d9f524a2fb020dde91651f5ff7a 0.00 MB 1 0
28,207 28,207 00000000671dabecf14c27c12b3df7f17e18154198f6a19e84890921a785e360 0.00 MB 1 0
28,206 28,206 0000000024853f35b3fef780f2ac50c6f08b13c89b012f9e49fa8d6f704125db 0.00 MB 1 0
28,205 28,205 000000005fddaa08d4f5a8551df6d74064ee5c228606b55cff8b6fe22d0fffe6 0.00 MB 1 0
28,204 28,204 0000000060497019217469d478b74ec82c0fd087d92ab8ced8d8a0f96f33894e 0.00 MB 1 0
28,203 28,203 0000000008c5264db195f5628ed36fce8506f5c8e2563fd17c5b358e35c6713d 0.00 MB 1 0
28,202 28,202 0000000025e2b0c14bce3ecb4c31a9b20ab2a1a9165b5edc3f5b09e8ac8dcd79 0.00 MB 1 0
28,201 28,201 000000007cd637d39cef7e401adf2e0661d39e63dda1cf1fed77e1eced10f664 0.00 MB 1 0
28,200 28,200 00000000b96255125ade0737a08eaa0cf3dd5af4485902a9f158d55154634a72 0.00 MB 1 0
28,199 28,199 000000001c38dcdc4e7c482277ff8cbfaba9694a9b33acbe363d3e5d3c31fd0c 0.00 MB 1 0
28,198 28,198 00000000dc36ba6da2860187e5e2d4e61995f46e09d4121735f994ab56097057 0.00 MB 1 0
28,197 28,197 00000000bdeb226f56f2f524577be13e6bb8e6fdfb5c0b3666fdae8c97fb4741 0.00 MB 1 0
28,196 28,196 00000000a44fc1bbe3e40c1b0f0d61647255fbea47ac38190958fdef3b13a604 0.00 MB 1 0
28,195 28,195 00000000a8e501c10537c50f04a7d41ddc55f855e7bb18675b39874e082e3dc7 0.00 MB 1 0
28,194 28,194 000000008f8bb89202380a361e2f3f8a36cf416084c139382de1b507a7369b95 0.00 MB 1 0
28,193 28,193 00000000e75e9b5efe12fd646c5e74a8f16e5c341c19159824437885f1aff76f 0.00 MB 1 0
28,192 28,192 00000000d7762b3928acf29b09597efecd025d5bc64f4f802343bb6ee52baf84 0.00 MB 1 0
28,191 28,191 0000000037079bfdbc809cd5cdc5370838b479b35a316f92fbe6528947544bfe 0.00 MB 1 0
28,190 28,190 000000002cd2cbc640b578912268a1ee753a0fbd9dc228ef964838567c2e5f00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.15 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,372.42 GB sent, 106.52 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.