Memory Pool Memory Pool Refreshing

820 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (158,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,142 749,142 00000000000000000003837662c0c36d7c0ca3e40080607ea19c7a71d7d73565 0.25 MB 512 6
749,141 749,141 0000000000000000000876aee19a41b7366551431a60ccec00f7f26898cb1913 1.73 MB 1,281 4
749,140 749,140 00000000000000000004cd8ef1a7ab9067dec10b0f1d9f92b4df2942868e8731 1.54 MB 2,389 10
749,139 749,139 000000000000000000009087370d43b14ea6beb0e8ed3d3992f6aad01ba36fd5 1.44 MB 1,988 4
749,138 749,138 00000000000000000007cc9dc7a1b441fc510d5a2580c38b03d93ad5ccd81f81 1.53 MB 4,762 6
749,137 749,137 00000000000000000006a86f3460c4930462a1fcdfcea707c71a129deeb3bc52 1.64 MB 2,613 13
749,136 749,136 00000000000000000001c9b4381f6548c5b7f443a22241cbeb7483ec9bd0c679 1.51 MB 2,414 14
749,135 749,135 000000000000000000013d95cbd090944122c1600c041e5af70c437cfc3a2173 1.64 MB 2,303 4
749,134 749,134 0000000000000000000758374317aea295114a83943c6ab6e533440ef0f5c4f5 1.19 MB 733 14
749,133 749,133 00000000000000000001bc94199fac5ca520db04fbe45ece002476048714737e 1.45 MB 1,828 18
749,132 749,132 000000000000000000081ff8eae465f062d135d07bee454af8ed1728f660ac67 1.66 MB 2,247 19
749,131 749,131 00000000000000000007e112bdbce82675322abe1a304c7fdadbf0f607c62738 1.27 MB 2,164 27
749,130 749,130 00000000000000000005db52d98ec145cb233c7f0763ce540d1105500998d264 1.76 MB 570 27
749,129 749,129 00000000000000000009ab639154b4694534487fd30f1760a001cb3c090c9a68 1.85 MB 1,815 1
749,128 749,128 000000000000000000090e72a45663c01dc866be5c2f26db11509d72cde8034c 1.65 MB 2,758 3
749,127 749,127 0000000000000000000649cb359ac65ea2e4fe04dabcc51f1d205bfb38219d30 1.30 MB 1,390 5
749,126 749,126 000000000000000000037328e76c4fb8336bbc8ef7d133bc7d241e58ebdf0017 1.40 MB 2,508 22
749,125 749,125 00000000000000000001e47e9c24b847e2499838c8cf7c9892b8363753d67949 1.57 MB 3,116 31
749,124 749,124 0000000000000000000645979326e6c5144a671091c33d73f43dc07a13d0b29c 1.41 MB 2,316 8
749,123 749,123 00000000000000000007f3354b9ae20d92bf44d135abedb1b68699ce18d622b7 1.50 MB 1,641 8
749,122 749,122 000000000000000000039d706403ec5c7677825af43aa0427d5d5b807482b8ee 1.52 MB 3,086 15
Previous 10 blocks ↓
Total Size: 769.35 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,643.44 GB sent, 94.68 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.