Memory Pool Memory Pool Refreshing

8,202 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (83,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,882 823,882 000000000000000000009444c31da48b85c18431a11efe384c5fad98e8252070 1.69 MB 4,707 112
823,881 823,881 000000000000000000021978c67e798f355e8a6e0cf7215612d9fce470f503f2 1.80 MB 5,062 98
823,880 823,880 00000000000000000003a809069df4a04e9ebf876e8a95996d36bac59807fa35 1.82 MB 5,391 94
823,879 823,879 0000000000000000000242bbcaa1f6314a74409bb0299a54d14cf82993434baf 1.54 MB 3,236 132
823,878 823,878 0000000000000000000330704888f23fbea637a67474bc26d80cb136e375680e 1.57 MB 4,008 111
823,877 823,877 000000000000000000037700018a4a41b7ac2a12b05ee43fec1f952a873f5bce 1.52 MB 2,963 104
823,876 823,876 00000000000000000002e218aabad1c65cfef8d4715b08d156670ff35d676169 1.67 MB 5,420 98
823,875 823,875 00000000000000000001c0841a5ad122f6cf2968eb120a85528b80c202408006 1.86 MB 4,495 100
823,874 823,874 000000000000000000019a143cea8d7c30ddc084e1c0ee99d5e9eccbd73778bc 1.66 MB 3,504 139
823,873 823,873 000000000000000000035c63b8ea95d1a20712a0c9059b993c6f953be38f6880 1.81 MB 4,633 123
823,872 823,872 00000000000000000002e2f70a01a3de275bae695e1360555b89f5e0d16d5fcd 1.72 MB 4,163 124
823,871 823,871 000000000000000000019f3f12a10455b0239fc950a0ca1217b47ee87e1036fb 1.72 MB 4,043 107
823,870 823,870 0000000000000000000161a212bb315518be9a691984f9c06554201d9de3dba0 1.72 MB 3,657 154
823,869 823,869 00000000000000000003520ab68f9f6999606149e14211750e0906b4b1e3da39 1.71 MB 4,128 112
823,868 823,868 00000000000000000002b02506a8a3419297838975154b54ee2a275987777219 1.78 MB 4,659 100
823,867 823,867 00000000000000000001eac9da93093a1ba41ed23f8d1caff6c129b2221f852d 1.76 MB 3,722 113
823,866 823,866 0000000000000000000112039cdde47546f7d5977f9596f4f06a5bb3fded121c 1.79 MB 4,422 123
823,865 823,865 000000000000000000009d697a6a747ad439d5239aa5a909ce93538e2fb298d0 1.61 MB 3,373 133
823,864 823,864 00000000000000000003d97519073f436bd4c89951a7203236d0852f1393bf99 1.78 MB 4,729 112
823,863 823,863 00000000000000000002dd58cabf90197f704c10f869254f48e7e7ba2c3fd8c5 1.62 MB 3,576 138
823,862 823,862 000000000000000000015c36090601b0fd54392c06cecda1916f710f98ea51aa 1.74 MB 3,461 105
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.