Memory Pool Memory Pool Refreshing

2,118 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (113,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,815 793,815 00000000000000000001602fa7e84b823311bebc73d031e867d8ff8a04ddd651 2.10 MB 2,655 26
793,814 793,814 00000000000000000002cd741400e8ed6db0a51f0039d3bfee291d7df586bf7b 1.84 MB 2,327 9
793,813 793,813 00000000000000000000968b97ff6af2fa6fbb8fe838b27c29f6c955863d371a 2.38 MB 3,222 20
793,812 793,812 00000000000000000001fcbe6b40e64fc505b58abf1fb2160ac9cbbc442bf9a3 1.94 MB 2,590 10
793,811 793,811 000000000000000000010fd132e29ef0e6df35e7b204150d32ef3cf6d3691fc7 2.52 MB 1,112 16
793,810 793,810 00000000000000000002cd3660bfd4909c30d3089937a61564ef7b36e5c92dcb 2.83 MB 1,225 16
793,809 793,809 000000000000000000034c6ca75ab1ece814f374e46967828586fb993adf22bd 2.14 MB 2,719 21
793,808 793,808 000000000000000000047bfbecd52c76e10bbe388fda4deea364706ba626615b 2.03 MB 2,350 21
793,807 793,807 00000000000000000000514ba3bee5d8ff756310d5fdc57cac72e22a9c008836 1.58 MB 1,732 34
793,806 793,806 00000000000000000000127532090ea63974ab88f0c0fa23c3a4314a60bce6c6 2.24 MB 2,104 20
793,805 793,805 0000000000000000000220c27513bb3634a6a5a0b25aea73137f82dc5097c86e 2.56 MB 1,314 14
793,804 793,804 0000000000000000000346734b0ad0dd2354f2170f3e70f1eba157b4b46609bf 1.72 MB 2,605 12
793,803 793,803 00000000000000000003f85e9abd2bbf77085bb2ed977f15659a71ae22433661 2.70 MB 697 12
793,802 793,802 000000000000000000053ff24abc0e27b75582877dc48bfe675681c7de0d5ee5 2.94 MB 1,746 19
793,801 793,801 000000000000000000032b508e9c41c3cfa8abe4510f669ba6a77129238adcfa 3.06 MB 1,628 15
793,800 793,800 0000000000000000000431507997aec0c67b0f70db0cb4c3f0ac6f91a321c270 3.02 MB 1,712 14
793,799 793,799 00000000000000000002392ca397632775b013634ca87fd8f91af3f2635a7bd1 2.37 MB 2,404 31
793,798 793,798 00000000000000000004232b01da8942b4edcdb497ecefcd10db9595222f516b 2.57 MB 1,898 27
793,797 793,797 0000000000000000000262df66c201466743b3cb0936786a1932770fdfa495be 2.77 MB 1,263 12
793,796 793,796 00000000000000000002d32d6e2e9928490ae448c7334a5ef8b283428803ad5f 1.75 MB 2,524 28
793,795 793,795 00000000000000000000d8fcdadfa8097fec27797e8a99c54a492dfda502b1f8 1.61 MB 3,016 36
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.