Memory Pool Memory Pool Refreshing

8,943 transactions
2.97 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,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (754,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,592 153,592 000000000000042cfa68da4869dcf5045ab3ced5395c0e8b221186c13ad01170 0.02 MB 41 9
153,591 153,591 0000000000000cff18165a91361f562b457f006df0b330900fab8f8b23e1f926 0.05 MB 53 81
153,590 153,590 0000000000000b5425088657217079d1b4f6debabd8bdea3e2a50eca6698829d 0.05 MB 150 14
153,589 153,589 00000000000001328ca184d80b902631277c834eb725989cd333fb85e0ff06f1 0.01 MB 29 690
153,588 153,588 00000000000003512b0fa54aca7cf6a98a925bd612a529d0e2f35f77e4d3c8c9 0.03 MB 85 160
153,587 153,587 000000000000024a47595677afcfb5c8719c79bfe6d8cfe2f61ecbd45f05ed93 0.01 MB 13 54
153,586 153,586 00000000000000dd53bbb62b4587a25317d5a6eadfcc0153ffd91051ef462f35 0.02 MB 73 28
153,585 153,585 0000000000000247b45850234cf436eca0accfbc9687ecbd4b643402de506771 0.01 MB 30 292
153,584 153,584 0000000000000a33d66ce51597056ede6cc80d6dc500fe47e2833ff0fc585e09 0.02 MB 54 69
153,583 153,583 00000000000006990df6ddbca66221baebeb5a88281554565e7f0b668b2f34fd 0.00 MB 1 0
153,582 153,582 0000000000000d5d47a1176616653dd66767508d1867c5d549d9e0c59dca0d91 0.07 MB 20 50
153,581 153,581 000000000000076d7d473ba8bce7beb7bdfc1f2fb7b372768e901e3f09750cb1 0.00 MB 7 64
153,580 153,580 000000000000022c4db1cc73ddd28f61e5de63f7b071a709a3c93d7b6811f833 0.03 MB 55 66
153,579 153,579 0000000000000b312c47441bd84569f04b0293e9a3486706e23d6f2ede4ca22e 0.01 MB 15 244
153,578 153,578 0000000000000033ef8b96bb3625f7ff7c2457eedb9de974c75b243b4256945c 0.00 MB 16 216
153,577 153,577 0000000000000ab38d51c1dad6a4d4b5bf5ab6297878178ab10bc24ab03a31d2 0.01 MB 24 146
153,576 153,576 00000000000005d4572080daf822b71bb218e0045809d1898d9b523621219661 0.01 MB 26 403
153,575 153,575 000000000000056e3b8e40398b2edb19fdb30deea03dad30a60415b6c8458741 0.04 MB 96 115
153,574 153,574 0000000000000ae4c4341bfce6421ce81856bd5306193a942fc0d96d6ab962e2 0.00 MB 7 0
153,573 153,573 0000000000000da98d23f933a8f1874b92e5dcc8ebd66570b329b7e1d6d0952d 0.01 MB 11 42
153,572 153,572 0000000000000b472906e328829750c3295031c0825644c6641a96a335b4b10f 0.02 MB 33 13
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.