Memory Pool Memory Pool Refreshing

37,555 transactions
32.78 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
862,680 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,093 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,679 (589,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
273,529 273,529 0000000000000004181cb6ac5e128c11f1c6bdfeb86489222955d174f67009e7 0.15 MB 377 59
273,528 273,528 0000000000000001c91adf3f8693319bd4dc71f99e60680abe6768a9c52b6a02 0.17 MB 385 48
273,527 273,527 000000000000000148f4bc57a0b3c9374bf2bda405f2fabbae90bbf55c458b56 0.10 MB 211 87
273,526 273,526 00000000000000034d7c8e3c564a7b28e8c7261499e41be68752825fb1d28408 0.10 MB 215 66
273,525 273,525 0000000000000003737ab9dd78ca85543419f90346ea236ce4b8772d10aedb0a 0.30 MB 670 53
273,524 273,524 000000000000000215aaeb02661e893ab990cfda2575ee82c185eebbe3bc580b 0.33 MB 275 16
273,523 273,523 0000000000000005e998d2ce895fed92c29ed019b05cf377d5513234df03b089 0.05 MB 45 20
273,522 273,522 00000000000000015fb7d1b24cc98f26cc850952d5cf6fdf053df480b6c0da75 0.25 MB 480 33
273,521 273,521 0000000000000005ff16c36db447e51a1cbbad6ae9d09da9125dbbdb23345f84 0.03 MB 37 48
273,520 273,520 000000000000000033546e5c50f0d9856b7160e9dcb70a3f253a7d587ecd9d24 0.25 MB 563 67
273,519 273,519 0000000000000000fad557f8cab4470ad1d8152e7fcf6a006a1ae8af426dea3d 0.25 MB 547 59
273,518 273,518 000000000000000601d5515390f9afaee9eb212b8d58567dc734bc1d2c710515 0.50 MB 1,192 40
273,517 273,517 00000000000000047f3229b17175f8ee358dbce7ce4eb907696d3b57d48d3aa6 0.03 MB 58 78
273,516 273,516 0000000000000004adf95c98b075b73b7a227badb4b107f1e7d9a123318736d9 0.25 MB 718 83
273,515 273,515 00000000000000018819ebcdc3ebd5de71ce9f380a424d372d794aa8662d7428 0.06 MB 127 35
273,514 273,514 0000000000000003d401ba366fd69c40e9a84d001a7ee36987a7799766738b97 0.15 MB 206 28
273,513 273,513 0000000000000004c7148515d8f1de4bf1898068ce60bb8b0e787c6adc158231 0.47 MB 863 36
273,512 273,512 0000000000000002d0085ace55ed049fe9d491f7f67ec83fa17d9dd3d660da68 0.25 MB 699 55
273,511 273,511 00000000000000038baf0a16422c434b3a2812b165d2fc4fac285a2cbd15800b 0.33 MB 626 40
273,510 273,510 00000000000000017969f4329e1035eadde5093474256ee7c413721033da550d 0.25 MB 678 83
273,509 273,509 0000000000000002324ad683e3f42fce7d82f0f2cd3a266bca022dcd1b6e41d4 0.36 MB 498 33
Previous 10 blocks ↓
Total Size: 685.47 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,383.03 GB sent, 108.69 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.