Memory Pool Memory Pool Refreshing

7,106 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,934 (606,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,882 301,882 00000000000000005f2e6dd586c053e1ba9864b7c8606950edbbf67f569f5bd8 0.23 MB 231 20
301,881 301,881 0000000000000000705746d0421827fa095444569146d3fc103e53d1e4adcb47 0.47 MB 742 26
301,880 301,880 000000000000000017f8914188e0e1faccdcfddd1101ae2331810f609681ebde 0.27 MB 513 34
301,879 301,879 00000000000000003c227132312c739815e1a12695227b632635f54286787062 0.10 MB 161 28
301,878 301,878 00000000000000000dabd2a19cdf166418e73183e35cea128a15a21bd799e215 0.03 MB 52 20
301,877 301,877 000000000000000013a5fc0c273b0b1c386c4422cfc1d5ab7789e95fa1ea112a 0.35 MB 209 6
301,876 301,876 000000000000000013bd516c45925fcb52958c351af6f9f2d9c279eb39cc7cb0 0.21 MB 240 19
301,875 301,875 00000000000000005164feedf889a3b2949c6c69b974c07f0ff5cff2df22e274 0.25 MB 556 115
301,874 301,874 000000000000000039735574e64f818fbcdc757460dd91995f3c437eb1cc9bc1 0.14 MB 40 11
301,873 301,873 000000000000000037c520a95b438d1b71a6b35cc17472ae94da4057db86facc 0.25 MB 478 30
301,872 301,872 000000000000000041cbcc654652b3926a895982e8c1364d5deea38b3b5c3d93 0.74 MB 730 21
301,871 301,871 00000000000000004a2f4a7bfb0296160994cb0d9e1b658ab29fb664ea3e72eb 0.35 MB 946 39
301,870 301,870 0000000000000000456e808b29d5e0df86cd0c100c025699daef5a42176336c8 0.35 MB 579 26
301,869 301,869 00000000000000006cf08ede0f0088c33c720cd72b8c4385d932e5a25f15476b 0.23 MB 512 37
301,868 301,868 00000000000000007c047d98a9e93fa52d4cfb23837c77a7eef7d9170bc6873c 0.12 MB 188 30
301,867 301,867 000000000000000066cbbdba1862da8946e09050ab6f0221d3f9da36c3bcc550 0.24 MB 310 23
301,866 301,866 0000000000000000208a6d8d5cf41baead116ed365c70262162497ce70a034cc 0.05 MB 109 50
301,865 301,865 0000000000000000212b0fed632b1317e98e6f5f2fbe1455d376559b1ac7f24b 0.12 MB 215 29
301,864 301,864 00000000000000000f2ec3d7914d395739f3ae7a428f69f85e4e7c25e765eef4 0.35 MB 685 31
301,863 301,863 00000000000000006c420e3a70ad362ac14df515fc71ab26b670ca1df73590dc 0.11 MB 185 27
301,862 301,862 000000000000000059e03bcc64df7e93cdb3fae0228fec4df5a4f4d0773e7f4d 0.34 MB 523 26
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.