Memory Pool Memory Pool Refreshing

2,444 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,427 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (490,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
416,889 416,889 000000000000000002891086ac1d5602b53480d4098ede3ad4546adc397ac9da 1.00 MB 834 23
416,888 416,888 00000000000000000358b1e2760eaec4e47712d6f2484b0e6bbe9f9d8fabd939 1.00 MB 2,437 78
416,887 416,887 000000000000000003ddebf32c5fb40cd0c49ddf4f0bf22230469ca03431874d 1.00 MB 1,393 45
416,886 416,886 000000000000000000350215cc97f9d7236e7ab3171bda808a14b5f6568bb59b 1.00 MB 1,741 35
416,885 416,885 0000000000000000027d0fb1f0e6a51a794a18426829696e20eec177a7f80eb1 1.00 MB 1,505 34
416,884 416,884 00000000000000000220d0d3a72330a24af5457080a888a29bf1ab814ffc8898 1.00 MB 2,110 62
416,883 416,883 00000000000000000587696606df1e59583cf0cd29c9bff283b99c2ec349d91d 1.00 MB 2,710 60
416,882 416,882 000000000000000000e33409563211acaf5cf4b39895e6ac396e30bf64bfd25b 1.00 MB 3,118 103
416,881 416,881 000000000000000003ad339f194c37ca9bf9e3ad1dca72dcb85c5f417cbdd75b 1.00 MB 2,398 90
416,880 416,880 0000000000000000011afdd9d42f5f59e5b434b54095b2ba181599d32263e65a 1.00 MB 2,713 105
416,879 416,879 0000000000000000026a5a3799c5641dbca061a58ebb082515e140576fc7be62 1.00 MB 1,352 42
416,878 416,878 00000000000000000035c01ec92297900f658a7af39210bfcfbc74bce739ffd2 1.00 MB 2,629 80
416,877 416,877 00000000000000000155e41500d6278b9d83b53a60b25f96d18772ad66597b17 0.93 MB 2,118 63
416,876 416,876 000000000000000004ea1c705c8c1460bbace3d98de19e969d429695d567d242 1.00 MB 499 19
416,875 416,875 0000000000000000042de641dbb1b6ecd2b400234bcf0503cd2aa7f165b60001 1.00 MB 1,082 35
416,874 416,874 00000000000000000532617c0001f3471b6e9748957e8a35e2c2898a64bfe182 0.01 MB 27 149
416,873 416,873 00000000000000000544ca5f5b9df1f4fd08da883dfe5492898d2e58aea1672e 1.00 MB 985 30
416,872 416,872 000000000000000004bc5b43fc17f7e51618a6a50921b1ef6c91e6788c83cc22 0.99 MB 509 16
416,871 416,871 0000000000000000011780f57bb70b3ea9e7fc0697d53ae152fac4dbcb4657ba 1.00 MB 969 32
416,870 416,870 0000000000000000026bac8b0dd3b72cc86c0d9e0d59ec7c4007af833076de61 1.00 MB 1,884 37
416,869 416,869 0000000000000000020343df987297707e5c93d1e2478dbcb1c2e1fcd4312b3f 1.00 MB 2,792 68
Previous 10 blocks ↓
Total Size: 769.10 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.22 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.