Memory Pool Memory Pool Refreshing

6,549 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,654 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,653 (48,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,647 859,647 0000000000000000000233a0f622dcd153cac465233354b76fbbb0850732bf2d 1.69 MB 5,295 3
859,646 859,646 00000000000000000002186ca9cd50ddb5a9a0dd1989790f9f4d2a00f2558a8d 1.74 MB 3,733 4
859,645 859,645 00000000000000000000f3051c651933af8461040bfbc2aea7d89f94f805089f 1.70 MB 4,390 4
859,644 859,644 000000000000000000028be5fddcfff79fc2bddd007214164fe27065dba4e0f1 1.71 MB 4,148 4
859,643 859,643 000000000000000000016039f1a7d85d73cedebd47642db1c5c245b8b60f7de5 1.61 MB 2,256 5
859,642 859,642 00000000000000000002208d9674d73af9f2ce2ebc234d4f730d9ab49f26b6f7 1.61 MB 3,867 5
859,641 859,641 00000000000000000000b7fa05f7b3f645495f437b3288c457dd4ec0a12b6c45 1.69 MB 5,303 7
859,640 859,640 000000000000000000026d192f83658e4b323ffc6169d5074c49498d710d62b1 1.62 MB 6,196 3
859,639 859,639 00000000000000000000a99479be6f75c40469f826894ae54dc9b52cb54ebe64 1.65 MB 6,740 3
859,638 859,638 0000000000000000000210819cbffa1ced4a9b31c5bf8a821f3f01f0f2e6beab 1.58 MB 5,979 3
859,637 859,637 0000000000000000000144200f20774e40ca6c4dfd54bc454fd45ab2084b631d 1.57 MB 5,277 4
859,636 859,636 0000000000000000000089c758535c0f967a8e42f4a8824d9cb53f98744f3b20 1.83 MB 6,328 2
859,635 859,635 00000000000000000002f66d17b8db1023cb34a647997a0ec16b52fd1932c24f 1.57 MB 3,445 5
859,634 859,634 00000000000000000002ead95f87388c08c14e9e8be80266207100ea9cc4f2f0 1.64 MB 7,655 2
859,633 859,633 00000000000000000002cf022f50825827815f1ac6dd25f4cac9cafcb3ed7c2f 1.67 MB 6,451 3
859,632 859,632 000000000000000000012f77525c393a3dda82fd72e38b5bcaacf396f144dbdc 1.60 MB 3,241 4
859,631 859,631 00000000000000000000c6b247db31e944b6485dd09dec6f43cd38aa664f24c2 1.52 MB 6,456 2
859,630 859,630 00000000000000000002f7a915968f9e3689caade4f4ad1473971952a94a3cdc 1.97 MB 3,041 3
859,629 859,629 00000000000000000002dc0521513a5747bf4e3ac58f0c85aaee962bc8a38f77 1.59 MB 3,299 4
859,628 859,628 000000000000000000014b9e607bfb2616c3955530ed0d5412c3cef490b4549d 1.65 MB 7,081 2
859,627 859,627 000000000000000000004f3e825444d8c465065ddb0fc8e59c8735c475b39a85 1.65 MB 7,690 2
Previous 10 blocks ↓
Total Size: 768.90 GB

Node Information

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