Memory Pool Memory Pool Refreshing

1,673 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,816 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,641 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (762,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,088 145,088 00000000000004b79a7889e41c95ee7b4ac30106f78524470a158fe6273afdcd 0.00 MB 5 41
145,087 145,087 000000000000074b4008745f5c14b6658be434f5dd636b38b1555a696a2abe22 0.01 MB 22 296
145,086 145,086 00000000000008742f4debd4fe216f9cbcc38edc716b71aa58d5f580232bd5e9 0.03 MB 93 24
145,085 145,085 0000000000000299ac7447716f723f7c7e37bf893c70c904dac7957e0744290d 0.03 MB 57 173
145,084 145,084 000000000000094c29a798bc3aaa5b5cf94ea3e215671ff40569f1d66d0f95f9 0.05 MB 97 131
145,083 145,083 0000000000000749fd7582ead5db2ca0090ec2d6f1721bf7787c22e896d7bd84 0.00 MB 10 157
145,082 145,082 00000000000002074941d9de344f90091ee08acc8a78fe6a2babeb66b4b8df88 0.02 MB 7 214
145,081 145,081 00000000000006e8ced7f44829c06d8ef84783c50e53c047aadd89f70086fa8e 0.02 MB 54 272
145,080 145,080 0000000000000659eb0382e4d1029d202bade52139b88e06cb0abf9055dbe8bb 0.03 MB 91 141
145,079 145,079 000000000000018170384d5eb6140df88aadda5836fa46a188b0b5c67b8f4406 0.00 MB 14 20
145,078 145,078 000000000000072f1c6cb7c7e06a0c3c17fab90105204100806714187103d9d9 0.01 MB 24 292
145,077 145,077 000000000000056130b9c942966f6c83a5d2dfd8ee3706c8de8f66461a1af012 0.04 MB 79 222
145,076 145,076 000000000000011ab5f8ea323316dfc3b4b2c2bab9e9df73f1aebf9440c6dda7 0.04 MB 103 197
145,075 145,075 000000000000025c3d20d7403b448d110e4bbab36711d4edf16ad330b5b63acf 0.03 MB 94 169
145,074 145,074 0000000000000775b7b08f17d5074149cca739569f01922e181206194a346d5b 0.05 MB 71 104
145,073 145,073 00000000000008b974e429f692832bfd701143a587c04f56e0644fe69c7c1f01 0.05 MB 88 375
145,072 145,072 000000000000004339e1562ded4a85251d371e49bdccd39971fdc62b7c327872 0.03 MB 104 105
145,071 145,071 000000000000062bab8d7936131e509998bce10037090808429ee0193299845a 0.05 MB 119 118
145,070 145,070 00000000000004fb39f686de37c9d5a01878427dfdc1ac79b1cfe9e073eac2ba 0.05 MB 82 322
145,069 145,069 0000000000000063532232b1bd3d2db330c8e6a1f24aba2ef941283d9ae2ac11 0.02 MB 39 107
145,068 145,068 000000000000001c2a7e860a017cc341ab324776cddf6e9ffac2ffd756e78668 0.05 MB 99 81
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.