Memory Pool Memory Pool Refreshing

4,136 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,738 (419,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,827 487,827 000000000000000000ee09b1a1865e98426693c978ded3e5593f7fdfb2d290a3 1.02 MB 1,391 133
487,826 487,826 000000000000000000059e698624de8a12eeaad1d7a0db1bed888e262c848b14 1.03 MB 2,199 156
487,825 487,825 0000000000000000001e95b345255ee3b933d3ced85f734edb3736b55876cc1c 1.02 MB 1,725 140
487,824 487,824 0000000000000000008f134940c65d678c5f222e1853ceea377716e08040fb35 1.01 MB 1,115 108
487,823 487,823 00000000000000000081eea5013aa4ea633feea78f975353b0329741827b5ae7 1.00 MB 690 103
487,822 487,822 00000000000000000069e374cde352b6c1705b534c7bb6ce16e44cbaf7bee972 1.00 MB 456 92
487,821 487,821 0000000000000000001f20bfc7890e5a1bcd5df0914770b8ae73a41640570a6a 1.02 MB 1,371 118
487,820 487,820 00000000000000000086a18b6d817e8a3d3f75aa2330d3e777a4b285b3cddee3 1.00 MB 1,466 86
487,819 487,819 00000000000000000019fec003e97f872c309e12e7a16c09e2818c1780f1a6c2 1.02 MB 2,469 171
487,818 487,818 000000000000000000f80b3c02db064811cf2ada6eeb37f11ef25c055adec0ca 0.51 MB 1,081 82
487,817 487,817 000000000000000000ae5bbf11d0895e2e80ac82822b5a7a7d33726f1350a29f 0.87 MB 1,695 65
487,816 487,816 000000000000000000b088408d309a40806cd8952e1bbb89d30cfe08e9d21358 1.05 MB 2,299 45
487,815 487,815 00000000000000000047d5beb5bf3c518027481694f6ce153014b85c542b1d5a 1.02 MB 2,435 140
487,814 487,814 00000000000000000075a4fd65fe677635f3ca035b14f5d6f59ea0cd2ca35e75 0.98 MB 1,924 23
487,813 487,813 000000000000000000426cd5963982deecd8456c87ea4d66d4c790ab8d22f51d 1.00 MB 1,816 83
487,812 487,812 00000000000000000075e8083775cc446e90c4d534b45e9971dd718f9d9d8852 1.00 MB 1,786 186
487,811 487,811 000000000000000000eac88f7f85ade2c1ebbe430b1af2ba1e27152b166f24cb 1.04 MB 2,281 86
487,810 487,810 000000000000000000c4cd63a56c0561c360e4d352211cea21b01a4c0434bf70 0.23 MB 534 88
487,809 487,809 000000000000000000195eddd96fb9c5f24a53e5a8e82952242975603a47635a 0.04 MB 108 73
487,808 487,808 0000000000000000004faf27d618feb2d4cdd1c63810252dccd88797891b3c67 0.62 MB 1,473 68
487,807 487,807 000000000000000000a96e3c7f4463a70c40a586d4159467546f398439a1041f 0.48 MB 952 104
Previous 10 blocks ↓
Total Size: 769.06 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,627.80 GB sent, 93.17 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.