Memory Pool Memory Pool Refreshing

3,860 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (735,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,084 172,084 00000000000000ec954eafd35645206fe8251085aeb2edffb0cf9723370fb98c 0.01 MB 13 21
172,083 172,083 0000000000000426e2707731b3a66050da5e7b6afb462becd662c276efed21bb 0.02 MB 34 130
172,082 172,082 000000000000028b01f0b5acec958f98ab86aa6f8daef0180bc31792b99ec536 0.03 MB 67 77
172,081 172,081 00000000000003557eb15d4218dcee8cd87fb84be4a343feadf459b5824f818f 0.00 MB 13 32
172,080 172,080 00000000000007d3496ecd298695cc69f90381cf915190975bfaf5d1d20b4578 0.02 MB 57 21
172,079 172,079 00000000000005494bb61d718cb566b73bc4bd39c0296b8f4a510477689cab9e 0.00 MB 17 106
172,078 172,078 00000000000005b9d2ee306a46f50f0a7cdd4b4fa94a069ee18174fc4fddd8c6 0.02 MB 46 84
172,077 172,077 0000000000000a976369f8c33de97fd8800e6295ac9399858c1796bf587f80f2 0.04 MB 110 56
172,076 172,076 00000000000003a04ac013fde6090f965f81b1b616f3fe17d33c0b1a804dd229 0.03 MB 100 248
172,075 172,075 00000000000006e6b3eec63dcb34ebf4402bd2bd2840506d8aa02950f096d3bc 0.01 MB 23 36
172,074 172,074 00000000000008b763c996a8be564031d0570daed84a3fc1c9cdbf44278ab994 0.02 MB 37 10
172,073 172,073 000000000000081fcf9235fb289112d86e33f5a26dfed2e05404dee6f5b9cdfc 0.04 MB 58 493
172,072 172,072 0000000000000a135f3a89d30fb7154364213cba6115a3e8555c2eff79d4f745 0.01 MB 21 24
172,071 172,071 00000000000007d2cf8479299cc541488df233448aa47093b61d93916dc835f8 0.04 MB 80 153
172,070 172,070 00000000000001122247ff64a5b4020dd9f8d7e98526ae31b260a8cf38b807b4 0.00 MB 12 262
172,069 172,069 000000000000034451b509d291cd308a3775206fa4102aa63b76932180abb10c 0.01 MB 8 161
172,068 172,068 00000000000008edc9c42589c41bbddd5b0b24ad323beebd338f4cee4299a78a 0.05 MB 161 40
172,067 172,067 000000000000093375307f3428fbb1ef6e545932cbd93ed3ac9bbed801514599 0.04 MB 97 56
172,066 172,066 000000000000099951013553c41b698867a93781b84c21549051b0567c15050e 0.00 MB 1 0
172,065 172,065 0000000000000432d99bf6294c79d0d34bdb6226cc26057099ffe6add5816992 0.00 MB 1 0
172,064 172,064 00000000000008267b7bb54aeb2e7033330f2fa37bbbbf272b9d4b836458b62d 0.03 MB 43 69
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.13 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.