Memory Pool Memory Pool Refreshing

5,420 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (395,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,260 512,260 0000000000000000003b8f0347cc6975e62091ee2e282f044171634de7c8368f 1.04 MB 1,009 25
512,259 512,259 0000000000000000001e219f0d35c5459aacfd41ef13bdbe38854527dbbaf363 1.06 MB 513 11
512,258 512,258 00000000000000000049ab534c7ce284db413cbbed357fcdd2fa115b95d31bbd 1.04 MB 655 12
512,257 512,257 000000000000000000308de36ab3bb9ee60e7e75afd91420788ec3b1d6061760 1.02 MB 275 4
512,256 512,256 000000000000000000278d358a915475afdcf0d829bc4e3641bfbafc4be789d4 1.07 MB 1,614 17
512,255 512,255 0000000000000000004f3aeb71c800de436aa3aef10d63e296044236e03e1939 1.12 MB 2,446 67
512,254 512,254 0000000000000000002545a4c661c4f58c01374b87fecbbc9e2aab647f8263ca 1.14 MB 2,118 37
512,253 512,253 00000000000000000021f5c83fee54debec30e4a0f8da5b320deb336a24d10ae 1.02 MB 530 8
512,252 512,252 00000000000000000038ccfe13ede5e9ffe62650df9d6dbc655a2756d0c9fd82 1.03 MB 635 13
512,251 512,251 00000000000000000014b4079dff9efff768953bcda5da57fa50edc652b2ac12 1.08 MB 1,102 26
512,250 512,250 00000000000000000049e70be01aacd02c01825205d934aaee527c84575a2d76 1.09 MB 1,638 36
512,249 512,249 00000000000000000027ec287a2592b549e34f15d46444d55fd81ea7a1de9cb7 1.09 MB 1,224 17
512,248 512,248 0000000000000000003b653bcf2a7ca5356c9986ae59f1365ca12cd87a5a1d36 1.11 MB 2,448 40
512,247 512,247 0000000000000000005084014268fa5252a10cb7d9682fe193c30f34580e1a81 1.14 MB 1,420 25
512,246 512,246 00000000000000000021787a230b784c62035818ba19391b2e34229ab8e70446 1.04 MB 548 11
512,245 512,245 0000000000000000000e5a60f90cb690a2dc3d1759951aa93a28e63b6ed7dc16 1.12 MB 2,170 37
512,244 512,244 00000000000000000005bb5817d3d3668d41ea0890fca7d1bb49ab3a164fe08b 1.02 MB 522 8
512,243 512,243 0000000000000000001cb1e6211ad8b577c7f1c901faf683de7d3eb47fef5084 1.02 MB 220 4
512,242 512,242 00000000000000000044b4c4d0a542049d013822895455c43b8825481cec9353 1.28 MB 459 9
512,241 512,241 00000000000000000005675cd684528cb310de8ece0c22befb198d97a12366fa 1.07 MB 935 14
512,240 512,240 000000000000000000296d1b3678b3b8c56e0b19029a674985ee016a77199516 1.07 MB 1,633 29
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.