Memory Pool Memory Pool Refreshing

845 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 830 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (13,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,689 894,689 000000000000000000020317f24913df99159c584dc66b2df59de8e6d234cb89 2.16 MB 1,897 1
894,688 894,688 000000000000000000020bf94c02366bb4880acf12b2228fbf436807391b8c11 1.75 MB 2,471 3
894,687 894,687 0000000000000000000116a8fc05dee0f4596e8a52dbd4a3735f82a5eab0472c 1.65 MB 2,700 3
894,686 894,686 000000000000000000022b8f9fe3aa70c7382bc01fcae3c1737f6935eb6597ab 1.73 MB 2,182 3
894,685 894,685 00000000000000000000485b0b682140133040214881634092520ccc3027804f 2.18 MB 1,802 1
894,684 894,684 00000000000000000001fb5aac284d7ea14fb2c2414af2a04b54dcf007183bba 1.66 MB 2,390 3
894,683 894,683 00000000000000000000a4e3caaaf457a43cc44eb5659538f42b18a3cb18caac 1.79 MB 449 1
894,682 894,682 00000000000000000002178593c13c44e7f87b1f0a279614a66aa808e6645d88 2.37 MB 1,432 2
894,681 894,681 000000000000000000001ed2195553db8e96f369a87130fef38b7801a649f653 1.95 MB 1,615 1
894,680 894,680 00000000000000000002410f268210820e40c007f379cde403f0ad460e439557 2.03 MB 632 1
894,679 894,679 0000000000000000000005e20fe66712be7b837372f7d7f37cba811e9702f46d 1.77 MB 1,915 2
894,678 894,678 00000000000000000001f1c18fa0c7a0241291f32da241522b2c8e57c3d9ab61 1.52 MB 2,971 4
894,677 894,677 00000000000000000001705df3f37d4895e9a579efd7a96e045cf020f1f510ef 1.35 MB 2,081 3
894,676 894,676 000000000000000000020d5d902987f10f8f8a324e836c29f489eba3f75d79db 1.57 MB 3,198 4
894,675 894,675 00000000000000000001920619aa04fc97a25bdc9d5e13c51a15255cd0c125e6 1.75 MB 1,518 1
894,674 894,674 00000000000000000000c497c9242c5fa0ee6f7888345bbbbe119e38da737051 1.28 MB 1,279 2
894,673 894,673 000000000000000000011119814549cb6eac1dec00b2685b54c91a094418ad2f 1.63 MB 2,019 3
894,672 894,672 000000000000000000008ca43dba223875b224ac7ae78e21868d47fe7b6b9a32 1.58 MB 3,533 6
894,671 894,671 000000000000000000014748df0a1b9bd323cd5cb4a732f4ea0784de6320ddb7 1.59 MB 2,979 4
894,670 894,670 000000000000000000013b57bc2cb80230d9df4ed88bfcb9e2d8665faa1f9fe4 1.08 MB 236 2
894,669 894,669 00000000000000000001143cfd459a7e6d7b2cd2c3c775618e8e6afe20336f3e 1.54 MB 2,678 5
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.