Memory Pool Memory Pool Refreshing

81,406 transactions
33.25 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,313 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,038 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,312 (397,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,324 472,324 000000000000000000e5cad780deda9ad286b44d5b70b4eb0d0fbd66cdf7d9c9 1.00 MB 2,379 318
472,323 472,323 000000000000000001233e79ef63c9b4d19f368172de13eca8d9c319ec90a3ab 1.00 MB 1,548 325
472,322 472,322 000000000000000000eb50bb62fb50364f64f3c60711cf2785d56e971428db2f 1.00 MB 1,861 418
472,321 472,321 0000000000000000006a2eda4296bd856671789198cfbed41b44eb0b81e350af 1.00 MB 1,685 214
472,320 472,320 00000000000000000166926f69ff9fc9e1888da29ed7ead047e861e08adbf80b 1.00 MB 1,268 214
472,319 472,319 0000000000000000005a82e33d810ea74a63758b1177eb6138affb23af8a7f5a 1.00 MB 1,677 278
472,318 472,318 000000000000000000f3d9b89df525ebc5cd1875d22d7df63a216b0d2295e2d9 1.00 MB 2,102 343
472,317 472,317 0000000000000000009e62f5f10091df3b4d6d2319a25f372bc996a0b44b90d5 1.00 MB 2,050 333
472,316 472,316 000000000000000000d6868d2fa5d1070eba4c5f44de580fc4790da139292558 1.00 MB 2,008 227
472,315 472,315 00000000000000000078f8b9d21d342076043b3577fbe84c4ef79e11c8b3779f 0.75 MB 1,527 380
472,314 472,314 0000000000000000017f8d94e6f63c7838cb3ba4543115c70afb338ee9424c32 1.00 MB 1,693 262
472,313 472,313 000000000000000001078ffb399e9bc55f10caa9b3a02699660406cfdd916f4f 1.00 MB 2,035 302
472,312 472,312 0000000000000000002be3aa073b48deacd4025ab16719914a8d7c1d35391985 1.00 MB 2,013 435
472,311 472,311 00000000000000000035ce806dee4a5d0c5225163c228269dd80433ee77349a9 0.99 MB 2,124 401
472,310 472,310 000000000000000000dc760cbcb912494b3f01259e29961c686d905a1f6e0d66 1.00 MB 2,184 419
472,309 472,309 0000000000000000002fef934eec76cf65cb48b82a1a927ec425a748261b6edd 1.00 MB 2,396 440
472,308 472,308 0000000000000000017a8ae60e61ee34e1e092f90e9d2fd309f9e000e20fe2d7 0.00 MB 1 0
472,307 472,307 00000000000000000150ff561d6b2352f15c13aa0691681d655d3082c9fd397e 1.00 MB 1,935 277
472,306 472,306 0000000000000000010971992b8d1fe8c4496393e3fc4d044d64b2a75848ef41 1.00 MB 2,523 291
472,305 472,305 0000000000000000006e0eedab30cee8fffa89cc5c6aa67824ead0adceb362a8 1.00 MB 2,037 324
472,304 472,304 0000000000000000006a564fba8c7675eb1021e0f84af13e725987b281f2db72 1.00 MB 1,895 366
Previous 10 blocks ↓
Total Size: 700.04 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,228.32 GB sent, 210.72 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.