Memory Pool Memory Pool Refreshing

35,871 transactions
32.20 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,519 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,518 (80,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,551 781,551 000000000000000000024dc41f4acfacf6d0fcaa957cb14fa3bf26915cae5629 1.71 MB 2,763 27
781,550 781,550 000000000000000000009d0d89651cd25a9ab5b234d0e4d2997f944c93a51292 1.68 MB 3,272 32
781,549 781,549 00000000000000000001ff512eb1645f458b8c91755024eebacf9f92486b6c81 1.59 MB 3,109 26
781,548 781,548 0000000000000000000106ecadf1fff2607fe9fc0f01b2875eeeb1bb62d6b31e 1.30 MB 2,056 31
781,547 781,547 00000000000000000006464da2e8886434e7ef91df9b8ca89e3f083c738ef557 1.50 MB 3,480 45
781,546 781,546 00000000000000000005649effd3f65add9514fcc78f2fd771f4f71705471931 2.92 MB 1,239 11
781,545 781,545 00000000000000000005722a62c9ea35839ac541abaffad46b8a0666639f6c6d 3.17 MB 374 6
781,544 781,544 00000000000000000003d4dadee4abbaa96e50683270fe3c6c5d739b6e678ef9 2.52 MB 950 9
781,543 781,543 00000000000000000001b7c44fe5f1ba6316058bb1589a51db90277b3d5ee7b9 1.55 MB 3,589 27
781,542 781,542 000000000000000000003527e139a278bf1e3b1117401b00c78681fe87fbfef8 2.57 MB 316 7
781,541 781,541 00000000000000000005aa6286581c168321c301d509218a52bf84e1928821b5 2.57 MB 819 6
781,540 781,540 00000000000000000005e069f0f9f2c532a2f3440aee00e9ced293888cff338f 1.57 MB 3,212 28
781,539 781,539 00000000000000000002a01655ff4bc2ae2dc7f2d224c6790de4c42f036794f8 2.25 MB 480 6
781,538 781,538 00000000000000000002886086829b00083d13fae2cb3322fb7c3f435cdbef2e 2.46 MB 1,904 14
781,537 781,537 00000000000000000003010b02d37cd0d653e776a9ebe1a6430862d436a8bc32 2.11 MB 2,162 14
781,536 781,536 00000000000000000005dfbf1c17e63518eb68687d3a8c6df9f851b804d7d449 1.92 MB 1,067 9
781,535 781,535 000000000000000000023121391da9f710dabda466711c07c2abb8db65f70c24 2.02 MB 2,626 17
781,534 781,534 0000000000000000000165cfc3f84298812c6696f906ce53544091fda5a7be04 1.52 MB 2,029 21
781,533 781,533 00000000000000000001f62ea590a7de311d7e48e8a819722c2058a17b27c9e6 1.50 MB 3,511 31
781,532 781,532 000000000000000000060f66f52f585d2677e4e34c6dbf0904dd218cccdb8c7a 1.46 MB 2,282 19
781,531 781,531 000000000000000000052f8c29b3bd83ffbca89135ec7cb43a3c9580e3439222 1.50 MB 3,148 40
Previous 10 blocks ↓
Total Size: 685.16 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.57 GB sent, 106.55 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.