Memory Pool Memory Pool Refreshing

4,429 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (753,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,594 154,594 00000000000007d0f98d9edca880a6c124e25095712df8952e0439ac7409738a 0.03 MB 99 81
154,593 154,593 0000000000000a5d8e40fb83ef468e6d83d1bf5365a8dfad36c4271c4a68c7b5 0.04 MB 75 276
154,592 154,592 00000000000009fdb874661ff1c08f0a2d082aa788a5b90fbd428ce3622e121c 0.01 MB 27 51
154,591 154,591 0000000000000753b0a49656f0105c317851f7c2b3945eea0c272499547af433 0.00 MB 16 23
154,590 154,590 0000000000000b63358d7fc6f76948f1c44b9b4ec3b7aacf0ddf652b726a75e8 0.01 MB 29 370
154,589 154,589 00000000000002a4db595cb86f5b17b01b06c649b96d318f0db553a1cd3c53be 0.01 MB 12 208
154,588 154,588 000000000000077ba379d3bf386f49dba300446db45021f09f772fd7c185545b 0.04 MB 115 137
154,587 154,587 00000000000004dab0c65f2adb55f71fad15e1a1d3a4711d54b5b8c39fbbf633 0.01 MB 22 35
154,586 154,586 0000000000000c03e7b972759133103456c5bde68e0d5f51b7b9cc96166a316d 0.02 MB 68 91
154,585 154,585 00000000000006a157c7b2ac541831e1c03eb41203de0bece833d86c08341ed1 0.02 MB 20 213
154,584 154,584 0000000000000c66469fa33b32ab332548703ced4fdcd84e46007caaaae19dae 0.02 MB 26 569
154,583 154,583 0000000000000c0141ad2107b017b3fdd53e7d06d17d99c9fcce635607e2f7e3 0.01 MB 22 268
154,582 154,582 00000000000007723aa317654c51b3820f3d54122c3f2ff8df9c2a9dd02405db 0.01 MB 28 80
154,581 154,581 0000000000000e102232eeb35175920438b8d8de12cab20f3e4d5b6e56dbca95 0.00 MB 9 165
154,580 154,580 00000000000007d8bb827b64e2bd6a33b7fdeb035f6cf8fccf14d5767bcaaf35 0.01 MB 8 48
154,579 154,579 0000000000000cd1c00ebfba70fa74f7b439a955f8de46242b4e8e829344979d 0.05 MB 108 102
154,578 154,578 0000000000000a286b2640d03793758ba9984c940af8639ce6bf24f00bfadd7b 0.04 MB 115 7
154,577 154,577 000000000000047511a5cfd01f58643271a3002144216e04e238c3a29d8e66aa 0.03 MB 56 334
154,576 154,576 00000000000000c82a3bb5e6ff882d1d05833cc991c1a37220fd4006b909f18a 0.04 MB 58 192
154,575 154,575 00000000000004f8d278b9e2b274acd42eb62adadcc2b2595632d0194259d28d 0.02 MB 72 448
154,574 154,574 0000000000000402df2cfb58c36c3f727edc79e6128f813729d12d88dc8ea68b 0.00 MB 9 34
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.50 GB sent, 92.73 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.