Memory Pool Memory Pool Refreshing

8,828 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (617,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,970 289,970 00000000000000008325b5171a3a468a04c887f1be3d06317a7e498298c183bb 0.47 MB 311 17
289,969 289,969 0000000000000000c17a584767db7036b48d6e58b5af602e1fe165f236f6d6c7 0.35 MB 534 29
289,968 289,968 0000000000000000d6a1dee06d264f2f7e8f0a0f807db832fa96e032a1e6634c 0.35 MB 714 35
289,967 289,967 000000000000000062bc7e3d7119698cbd6a31ea877ae1bc95df4d09a2794942 0.25 MB 588 38
289,966 289,966 0000000000000000313c12c4a50dda44c75430c235fbb99cd8151a9a9728a609 0.35 MB 986 57
289,965 289,965 00000000000000006a9ef554c25bbe8e048ec310705a330662918ccafe3554ea 0.10 MB 182 27
289,964 289,964 00000000000000000d88531f7ff50e767428aa302fa98b4417eed5732cc130ef 0.55 MB 849 28
289,963 289,963 00000000000000007e7491d2311ebad5437f632d538f0ef6b16a54c39a1e2464 0.37 MB 677 35
289,962 289,962 00000000000000003af6792c76607647fc1b9cbac6998fed86f07cc5c29c5b09 0.76 MB 1,278 34
289,961 289,961 0000000000000000db481899cccd3fa6870df0810ba4f7ac7b0eac5f537eb6df 0.18 MB 172 18
289,960 289,960 000000000000000097dbcd8c01e6421f5b4d63aa14bc29730f2c7e687316fea2 0.35 MB 855 51
289,959 289,959 0000000000000000d50c1cfba2bcb52b1945ea193f4d9ac8d105d1ba3b41758d 0.15 MB 297 25
289,958 289,958 0000000000000000acc1dffd119dddcc429cb5f21bd10c8a81ee0840d7f63b0b 0.10 MB 203 31
289,957 289,957 00000000000000011a85b984dfd7d7bb9f3e496a2d2a5b3adb2dc8e8d7d5f5cf 0.04 MB 107 31
289,956 289,956 00000000000000008a760e50c365451ad5749d70fcabcab9a437fbec3d18f548 0.33 MB 509 23
289,955 289,955 00000000000000010ef3d3415658aa9c4345a5ec0bd171fe518cd9a5cd66b2c8 0.12 MB 235 21
289,954 289,954 0000000000000000db8c2c39b2062542659f857ca424c4150110b7b45e5c00a1 0.16 MB 311 23
289,953 289,953 0000000000000000abd51e4cb90972d23cbd06d8b17fa8277ec591d639223316 0.03 MB 64 6
289,952 289,952 000000000000000048657b4fe39467974358c3a54f21d262b5fbb558893ff83b 0.43 MB 457 23
289,951 289,951 000000000000000016709c446226a66f334382db8616d868a0bc1bbfb2de8f42 0.50 MB 1,410 47
289,950 289,950 0000000000000000f444b5cbacdadb15aed0a235c667618e37186d2dbb8cc7cb 0.03 MB 71 36
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.