Memory Pool Memory Pool Refreshing

41,069 transactions
30.64 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,214 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,817 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,213 (725,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
137,625 137,625 000000000000008c2b337ec1025f32f93ee84c567a672ed5f020199270ff0be0 0.05 MB 149 59
137,624 137,624 00000000000003b49806462bbad3e015e95e7d812044ff52f1ef5c96f298d79b 0.01 MB 32 1,062
137,623 137,623 00000000000000aa8b88b60b55821c9be80a673eb0b01aa9515ec30b772c0f08 0.05 MB 104 737
137,622 137,622 000000000000003de658d5591a193a76af8bf3727677ad46e237af5231ff11b3 0.00 MB 1 0
137,621 137,621 000000000000012255d9a51bf7d4042aa74379e396bc3f8962559fcfd86f8704 0.03 MB 61 143
137,620 137,620 000000000000008dddcf4fbf65fb2267c210dc0cd033c623f79af224bfdda7c3 0.04 MB 70 165
137,619 137,619 000000000000035b2652fcfe95306f56dc52610ac71f3699337809b1c0f37ba9 0.00 MB 9 641
137,618 137,618 00000000000000be8c85fb6def8ecdf032531b1794c9c26d220cfacf86d41ee5 0.02 MB 42 73
137,617 137,617 00000000000009c826e143d97c8966f6ff9f659ab9b49c48befcab2bdecb44b2 0.01 MB 19 143
137,616 137,616 0000000000000338471892fa92490d03b4c513e1eb007e54bc7b9d562c1d8272 0.02 MB 83 4
137,615 137,615 0000000000000971e4658e90a4b7b7c9438be42192d1969869309d6f38f7df13 0.07 MB 170 222
137,614 137,614 00000000000008e6e47cd197aa5c2df2c060da18d43e8ffaa6643077e9e9af0b 0.05 MB 128 64
137,613 137,613 00000000000007821b06226f50120469e226b7873964176f9a92103f884fff06 0.02 MB 48 50
137,612 137,612 000000000000039302b169d9fbc471f3b3676e4f19019522be41ab6322879b34 0.02 MB 28 143
137,611 137,611 000000000000061458657e0f846f1fa9000c26e5d945b60152b94c214a2f3e59 0.04 MB 66 121
137,610 137,610 0000000000000100c017784ac1ecc601307cff9ebf5720b20fb37df213e63dc0 0.02 MB 49 313
137,609 137,609 00000000000006cde14c20bf09893bbe1f07dc639e9f2b9dbe9727b7380046d5 0.03 MB 87 165
137,608 137,608 00000000000007158439fb6b906e6c82b4d33077b95ef8c0d464cac7d3202d3b 0.01 MB 37 207
137,607 137,607 000000000000087b435327e4cb8e779c7a0ee4c953101c29a5b7f80df30049d3 0.02 MB 37 270
137,606 137,606 00000000000000b8e62d05927635cf871776f645b6e7e2df17adf21544f55c3a 0.05 MB 113 247
137,605 137,605 000000000000073768df4940343f1d8cbbd318ed33d00ecc8146d23d43381950 0.05 MB 83 113
Previous 10 blocks ↓
Total Size: 686.52 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,472.47 GB sent, 115.32 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.