Memory Pool Memory Pool Refreshing

41,908 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,038 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,037 (130,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
732,148 732,148 00000000000000000004d9fad589a99b8a98ffe064965f835df88c2a2cb82e44 0.38 MB 787 7
732,147 732,147 0000000000000000000279d46914a2ed4bd8c303f8a56db3bef8df0f436bd601 0.61 MB 872 6
732,146 732,146 00000000000000000003e2e9887ab232d7b447adc3294ffae44b09bb678e22a6 1.62 MB 2,570 2
732,145 732,145 00000000000000000007d4f29ea5b72bfa5f46b2c5029ca3bfb75b26deff890b 1.54 MB 3,272 8
732,144 732,144 0000000000000000000828acc2688db9f4912bcb14bafe74892b3d567d99acf3 1.40 MB 2,900 12
732,143 732,143 00000000000000000000be1e2a77948ec547c77435dafb3fd98af5879db07c92 0.71 MB 1,162 6
732,142 732,142 0000000000000000000213ed8c244e15b2cbd227501868eb4e3ec20fbb612743 0.67 MB 1,235 6
732,141 732,141 000000000000000000085085d42aab74ea63d8e1a3bfcc4fadd489d9f4de007e 0.98 MB 1,234 5
732,140 732,140 0000000000000000000557b8a34905c44ea1178894abe420ff3fab8eb1ce836f 0.33 MB 234 1
732,139 732,139 000000000000000000029e81e6e365a2c18272c6f3e3455e3c01a367f162b63a 1.51 MB 2,462 5
732,138 732,138 00000000000000000002d8bb838f1b9dab107c8c27a2cc745ceb1793690d0b3a 1.55 MB 2,574 4
732,137 732,137 00000000000000000007793a707b6d84cc30154dab7f51156091d9e85e9fa8c5 1.29 MB 857 3
732,136 732,136 00000000000000000006f9ee9319d68a2668268a3850eac15a7431bdacf356de 1.50 MB 2,941 8
732,135 732,135 0000000000000000000681fe714b1cd6027f826bf231aa908eb90bb591633bd5 1.54 MB 3,775 5
732,134 732,134 00000000000000000007a05aba33ff6e9dad44cb118840d519808aba249f7263 1.53 MB 3,391 8
732,133 732,133 0000000000000000000044ce406987cd5ac0ace4e6880c9f61f7cd340ebb1598 1.39 MB 2,781 11
732,132 732,132 000000000000000000002239675f8f67d650abbb60caf977f725562601d09fcd 1.40 MB 2,994 11
732,131 732,131 00000000000000000001e56edcc3a20ceab0ce7dde3eec188bc6d26feaede708 0.26 MB 581 8
732,130 732,130 00000000000000000007e64667429169feeb77f296419b6dc17e4fc25f7e02d9 1.34 MB 1,371 3
732,129 732,129 0000000000000000000566a471cd9aba41c25c0da700efca658e245201ef1fc8 1.51 MB 3,351 5
732,128 732,128 0000000000000000000629a172209fd7d3cb9450ad3998a2c1999e34b7611ca8 1.44 MB 2,828 11
Previous 10 blocks ↓
Total Size: 686.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,416.64 GB sent, 113.18 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.