Memory Pool Memory Pool Refreshing

412 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (695,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,733 212,733 0000000000000330931a846d6d78154b097cd3ea552edd32162dff9cd39aaa01 0.12 MB 272 131
212,732 212,732 00000000000002c9fbe459f895ee617a9691a914b880287ddea044795ae033da 0.25 MB 581 167
212,731 212,731 00000000000003717c350b91b4bc2d872358209a6ae8bbddfd96726701506ee5 0.05 MB 131 158
212,730 212,730 00000000000004054176e801808408df7348ebfaef52d2fb75dd68b681ca5b26 0.17 MB 477 216
212,729 212,729 00000000000002045005b1652304e7e7fe29e279b972c4f3cfec79c336c98348 0.13 MB 304 181
212,728 212,728 00000000000004312eb49947997448bdf48b11d850b71e67ac86f6ff689d59d7 0.05 MB 94 154
212,727 212,727 000000000000010db943821012869d2a06850da094d7160399af83e9e3c50937 0.17 MB 361 167
212,726 212,726 00000000000003309aacf979a6110caaba547e31ae0fd4799d06924218b0ec3a 0.01 MB 28 150
212,725 212,725 00000000000004e1ec12dfb6ee659a7a906c36056c72b772ed05bf085b0321b9 0.16 MB 335 187
212,724 212,724 00000000000000beaa8111b6a13183a67b9b283377458abc4731849ad4d83424 0.28 MB 528 153
212,723 212,723 00000000000004f5b416bbd10438e6e3568ca5a8c810272016f9aa79b6dd2bfb 0.13 MB 309 196
212,722 212,722 0000000000000030dbdea1025843d2639995bf0ecc7c714c81a871652b6ac3d5 0.06 MB 142 156
212,721 212,721 0000000000000011e6b223b378f9fa8daffe73d6f116d18836903ebd44f88285 0.25 MB 629 151
212,720 212,720 00000000000002fc44e0fd06a3213eb1fab413899f7afc23c7fdf36143253b2d 0.25 MB 599 181
212,719 212,719 00000000000001df35f3ac7de2a99c98f8e1451590b0920aae6d42013c87927b 0.25 MB 566 159
212,718 212,718 000000000000040fd18a1c276bd7a01360af61de2d8f009cbc1724e4c556bba6 0.26 MB 225 90
212,717 212,717 0000000000000212a9e161287f1a52c3af06c96c27068af7e82c566083555024 0.25 MB 683 201
212,716 212,716 00000000000000a70dd2ae3bcfdb658486208bfaa8b9de4bab746381a39e3ed0 0.05 MB 131 152
212,715 212,715 0000000000000270ae7da9eca80b9bf96afc7454427922da02a644b8edd61808 0.25 MB 494 128
212,714 212,714 000000000000041350fec57ee87a40c7a4dbff200942160fcfd510c71bbe963f 0.25 MB 858 201
212,713 212,713 00000000000002cab1475fc860d37ce6f0e2352f8358a84f2d6b4458fd468306 0.25 MB 878 232
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.