Memory Pool Memory Pool Refreshing

62,609 transactions
28.57 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
861,912 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,634 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,911 (61,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,525 800,525 00000000000000000000a1a96c9dc4b97842999d39edaeb0e1629066dc38be91 1.84 MB 1,875 9
800,524 800,524 00000000000000000004e69342b89488a2044e976c7d945b3c3153f6abb95b7c 1.76 MB 2,839 14
800,523 800,523 000000000000000000002f3e37fa15d63a497242aeda7b561fb25f2ea86a1807 1.65 MB 2,951 15
800,522 800,522 000000000000000000015d4c396bf7f251b475d1d6f29232ea44fecc7678b6e4 1.52 MB 2,595 13
800,521 800,521 0000000000000000000479c9ec00e419b67fdaeab7baa5e1d0ca891a47506f91 1.48 MB 3,311 22
800,520 800,520 000000000000000000049be744deb6896d86ac4fcb65d9d7ad979cc018e0bdcb 1.63 MB 2,563 10
800,519 800,519 00000000000000000001dc3833c72be58763772a47ddaab3403c6a47e195db0d 1.51 MB 3,015 13
800,518 800,518 000000000000000000046dc06b1da9fd29a00697ab14f7b378584ac5c90bb33f 1.45 MB 3,213 18
800,517 800,517 0000000000000000000210964555393f17415f385bc03547d458f5a7d7b516e4 1.47 MB 2,882 18
800,516 800,516 00000000000000000000f2bb43fafe4a0aaf444c12a242ce8341c6ccbd38f66e 1.43 MB 3,012 31
800,515 800,515 0000000000000000000104c879895e2b76802f8b119a2d925e92d44e1781e4e2 1.51 MB 3,403 24
800,514 800,514 000000000000000000033b1dcfad57d306cc6a80b053064d4f4f0a250b358dee 1.61 MB 3,611 12
800,513 800,513 0000000000000000000375f3796817999803a5a15fd5d1cdc13725cf6da4f6bf 1.78 MB 2,962 14
800,512 800,512 000000000000000000009b72e24f401e2b1b7b177e3e2b698d8ee74c7a698208 1.64 MB 3,928 20
800,511 800,511 00000000000000000001158ac680d44847435dce9098e2b0529dcd0db7d8b3a9 1.69 MB 4,147 18
800,510 800,510 000000000000000000055516fdcd6f6bab0de555044684cde379033867e1bd3c 1.67 MB 4,298 23
800,509 800,509 00000000000000000002b938a3c1e94830a73df858118567cfbdb1f19f4cf975 1.59 MB 3,915 22
800,508 800,508 000000000000000000011e824bb94201f64417ee1b75436e38fef5e540cddf0b 1.77 MB 3,537 10
800,507 800,507 0000000000000000000020e577b69102b623ff86443a6a0714bfad5952c1dc8c 1.80 MB 3,770 13
800,506 800,506 000000000000000000045f3400d0f6449a442b43797469901a5e0577cbe72f30 1.71 MB 4,167 18
800,505 800,505 0000000000000000000037d0f307054af3d6f65a9e436d2b2443ab2e61dddbda 1.61 MB 3,662 23
Previous 10 blocks ↓
Total Size: 683.99 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,307.57 GB sent, 98.38 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.