Memory Pool Memory Pool Refreshing

7,146 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (759,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,783 147,783 000000000000098c02d67d3e6628be67f350d2fd0e16dee1c952f71d21fcc0cf 0.00 MB 7 0
147,782 147,782 00000000000008b530c7887b26e06bc893d9b39e6a14aa4cea5b5d7d8e4b9a3f 0.03 MB 59 262
147,781 147,781 00000000000008b7a081b26f045541df4d8d283d3f65cb22792e8c35436b60f7 0.00 MB 3 40
147,780 147,780 0000000000000131fe8551d9c596002c1d8692a5a0faf7d572465f84b476215c 0.00 MB 12 126
147,779 147,779 0000000000000747e7b1810c6d3a8d098c542396f7df41d5be09b8f2f1aebf08 0.01 MB 21 237
147,778 147,778 00000000000002f2273c82f18df0f6345da5a4907487b1c50907f49eda236d95 0.01 MB 17 36
147,777 147,777 00000000000001483dc01d357f927e76cec295a2658e2c17b050a0dcb8b7b32a 0.03 MB 76 89
147,776 147,776 00000000000005f6c1f4c4ae6e734d0bd602c8bc1c323adc9df4aadb3003abef 0.01 MB 25 51
147,775 147,775 000000000000084f72fe29566e4f470c22dcffad539170615242cbfb05e08ffb 0.01 MB 37 356
147,774 147,774 00000000000005525a85375511a08f954339fef660f5030bb2d58e8c6701edf9 0.00 MB 2 115
147,773 147,773 00000000000003c22908d18de22e225262035ef76725c86bad84d13d9a101f31 0.03 MB 94 137
147,772 147,772 000000000000008a838fd3425573e772d4a73b6f3ee7ecac71034323ed05f4cd 0.01 MB 30 249
147,771 147,771 000000000000046c5fc601f15d0eef9592536a9947f8baaa0c8fbde687db9337 0.03 MB 85 93
147,770 147,770 00000000000009bb6653c8bbd8ed0adfa96a58b046fdca4404f83fba066ea823 0.02 MB 34 219
147,769 147,769 00000000000006a65cff932d68c3953240f55b9fca17065ec6f638588dbdd141 0.00 MB 8 726
147,768 147,768 00000000000006c6722c4550b52376901d7ea04d2250b0e614c0ae35d3bd8b78 0.00 MB 8 490
147,767 147,767 00000000000006fc7766884816febaaf7fcabc97224e3c7cc1b065569309db7b 0.00 MB 4 873
147,766 147,766 00000000000009baff647b2dd59d164c9bf7e99a152a88997be7d674dd302e85 0.00 MB 7 73
147,765 147,765 000000000000063368de01b9fa58460d7f15daaff27c921b7224d1ec1dec2992 0.01 MB 10 299
147,764 147,764 000000000000085f60272283727ca5737b5a3bd85172fe1b9c613947656cba9e 0.04 MB 149 107
147,763 147,763 00000000000007c876944cbf0e9b61e1978cab3f450d70b226e4fed61cf0180e 0.05 MB 111 130
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.52 GB sent, 92.74 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.